downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

AMQPExchange::__construct> <AMQPExchange
[edit] Last updated: Fri, 24 Jun 2011

view this page in

AMQPExchange::bind

(PECL amqp >= Unknown)

AMQPExchange::bindThe bind purpose

Description

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

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

Parameters

queue_name

The name of the queue to which to bind.

routing_key

The routing key to use as a binding.

Return Values

Returns TRUE on success or FALSE on failure.

Errors/Exceptions

Throws AMQPExchangeException on failure.



add a note add a note User Contributed Notes AMQPExchange::bind - [1 notes]
up
0
maik dot penz at foobugs dot com
7 months ago
At least the current version (1.0.7) uses

function bind($exchangeName, $routingKey[, $flags]);

 
show source | credits | stats | sitemap | contact | advertising | mirror sites