|
|
The AMQPExchange class
The AMQPExchange class (No version information available, might only be in SVN) Introduction Represents an AMQP exchange. Class synopsis AMQPExchange { public bool bind ( string $queue_name , string $routing_key ) public bool declare ([ string $exchange_name = "" [, string $exchange_type = AMQP_EX_TYPE_DIRECT [, int $flags = 0 ]]] ) public bool delete ([ string $exchange_name = NULL [, int $params = 0 ]] ) public bool publish ( string $message , string $routing_key [, int $params = 0 [, array $attributes ]] ) } Table of Contents |
|