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

search for in the

AMQPExchange::bind> <AMQPConnection::isConnected
Last updated: Fri, 24 Sep 2010

view this page in

The AMQPExchange class

Introduction

Represents an AMQP exchange.

Class synopsis

AMQPExchange {
/* Methods */
public void bind ( string $queue_name , string $routing_key )
__construct ( AMQPConnection $connection [, string $exchange_name = "" ] )
public void declare ([ string $exchange_name = "" [, string $exchange_type = AMQP_EX_TYPE_DIRECT [, string $flags = NULL ]]] )
public void delete ([ string $exchange_name = NULL ] )
public void publish ( string $message , string $routing_key )
}

Table of Contents



add a note add a note User Contributed Notes
AMQPExchange
There are no user contributed notes for this page.

AMQPExchange::bind> <AMQPConnection::isConnected
Last updated: Fri, 24 Sep 2010
 
 
show source | credits | sitemap | contact | advertising | mirror sites