AMQPExchange
PHP Manual

AMQPExchange::bind

(PECL amqp >= Unknown)

AMQPExchange::bindThe bind purpose

Opis

public void AMQPExchange::bind ( string $queue_name , string $routing_key )

Bind an exchange to a queue using the specified routing key.

Parametry

queue_name

The name of the queue to which to bind.

routing_key

The routing key to use as a binding.

Zwracane wartoĊ›ci


AMQPExchange
PHP Manual