Property | Type | Description | |
---|---|---|---|
$channel | PhpAmqpLib\Channel\AMQPChannel | ||
$connection | PhpAmqpLib\Connection\AbstractConnection | ||
$consumerOptions | array | ||
$exchangeOptions | array | ||
$parameters | array | ||
$queueOptions | array | ||
$routingKey | string |
Method | Description | |
---|---|---|
__construct ( PhpAmqpLib\Connection\AbstractConnection $connection ) | BaseAmqp constructor. | |
getParameters ( ) : array | ||
setExchangeOptions ( array $options ) | ||
setParameter ( string $key, string $value ) | ||
setQos ( array $options ) | ||
setQueueOptions ( array $options ) | ||
setRoutingKey ( string $routingKey ) |
Method | Description | |
---|---|---|
getConsumerTag ( ) : string | ||
setUpConsumer ( ) | Setup consumer. |
Method | Description | |
---|---|---|
isValidExchangeName ( string $exchangeName ) : boolean | Verifies exchange name meets the 0.9.1 protocol standard. |
public __construct ( PhpAmqpLib\Connection\AbstractConnection $connection ) | ||
$connection | PhpAmqpLib\Connection\AbstractConnection |
public setParameter ( string $key, string $value ) | ||
$key | string | |
$value | string |
protected AMQPChannel,PhpAmqpLib\Channel $channel | ||
return | PhpAmqpLib\Channel\AMQPChannel |
protected AbstractConnection,PhpAmqpLib\Connection $connection | ||
return | PhpAmqpLib\Connection\AbstractConnection |