The AMQPExchange class
Introduction
Represents an AMQP exchange.
Class synopsis
AMQPExchange
{
/* Methods */
public void declare
([ string $exchange_name = ""
[, string $exchange_type = AMQP_EX_TYPE_DIRECT
[, string $flags = NULL
]]] )
}Table of Contents
- AMQPExchange::bind — The bind purpose
- AMQPExchange::__construct — Create an instance of AMQPExchange
- AMQPExchange::declare — Declare a new exchange on the broker.
- AMQPExchange::delete — Delete the exchange from the broker.
- AMQPExchange::publish — Publish a message to an exchange.