RabbitMqBundle icon indicating copy to clipboard operation
RabbitMqBundle copied to clipboard

RabbitMQ Bundle for the Symfony web framework

Results 19 RabbitMqBundle issues
Sort by recently updated
recently updated
newest added

Hi, I'm trying to implement rabbitMQ with RPC requests but the documentation seems to be madde for older versions of Symfony, especially when fetching the RpcClient in the Controller. The...

If I understand the documentation right, amqp allow to use multiple channels over single connection. E.g. producer and consumer. Then I have a question: why BaseAmqp's destructor closing not only...

Use confirmation acknowledgment for producer

Hi 👋, I'd love to have a configured producer that can perform batch publishing operations. I'm willing to contribute it if the feature is accepted but there is no time...

More flexable configuartion, rework bundle yaml config, allow consume multiple queue from different exchanges. Simplify configure declarations separetly from consumers and producers. Simplify create and register `Consumer` dynamically See `README.md`...

requires-major-increase

Fallback lacks method setContentType

requires-major-increase

Hi, I saw similar requests in #147 and #201 and I wanted this feature to collect more metrics in my application. Would you consider merging a PR like this? Of...

requires-major-increase

-> package documentation declare term **callback** -> **callback** is valid Symfony service -> **callback** should implement `\OldSound\RabbitMqBundle\RabbitMq\ConsumerInterface` _technically, there is no instance validation, any object with `execute` method will be...

When RabbitMQ is stopped while the consumer is running, I get the following log in stderr/stdout: ``` In StreamIO.php line 266: Broken pipe In StreamIO.php line 251: fwrite(): Send of...