yii2-rabbitmq icon indicating copy to clipboard operation
yii2-rabbitmq copied to clipboard

RabbitMQ Extension for Yii2

Results 7 yii2-rabbitmq issues
Sort by recently updated
recently updated
newest added

See added entry in the README for more information.

Hi everyone At first, thanks for this useful repository I have problem on consumer connection It not work after few minutes, no error, no any response in console I am...

Hi, In the update to version 2.3.1 is a little configuration bug. **Problem:** The validation does not approve of the `ssl_options` setting for a connection configured by the AMQPSSLConnection class....

Hi again! I was tinkering with some reject messages and noticed the following error: ```php Undefined class constant 'MSG_REJECT_REQUEUE' ``` This MSG_REJECT_REQUEUE is documented in the readme. When investigating, I...

Seems like it's impossible to configure binding to the exchange of type HEADERS. ```php $channel->queue_bind($queueName, $exchangeName, '', false, new AMQPTable($bindArguments)); ```

enhancement

Getting unknown property: yii\web\Application::rabbitmq