|
AMQPExchange::bindBind to another exchange Description
public bool AMQPExchange::bind
( string
$destination_exchange_name
, string $source_exchange_name
, string $routing_key
)Bind an exchange to another exchange using the specified routing key. Parameters
Return Values
Returns Errors/ExceptionsThrows AMQPExchangeException on failure. Throws AMQPChannelException if the channel is not open. Throws AMQPConnectionException if the connection to the broker was lost. |