(No hay información de versión disponible, podría estar únicamente en SVN)
Introducción
Representa un intercambio AMQP.
Sinopsis de la Clase
AMQPExchange
{
public bool bind
(
string $destination_exchange_name
,
string $source_exchange_name
,
string $routing_key
)
public bool delete
([
int $flags
= AMQP_NOPARAM
] )
public bool publish
(
string $message
,
string $routing_key
[,
int $flags
= AMQP_NOPARAM
[,
array $attributes
= array()
]] )
public void setName
(
string $exchange_name
)
public string setType
(
string $exchange_type
)
}