SwarrotBundle icon indicating copy to clipboard operation
SwarrotBundle copied to clipboard

A symfony bundle for swarrot integration

Results 14 SwarrotBundle issues
Sort by recently updated
recently updated
newest added

Publisher confirms is not available with amqp lib provider only with pecl extension.

If the connection is not connected, the constructor of the AMQPChannel throws an exception stating : `Could not create channel. No connection available.` In particular, if the first connect() method...

Hello, Can this bundle and underlying library be used with AWS RabbitMQ via AMQPS? Ref: - https://aws.amazon.com/fr/about-aws/whats-new/2020/11/announcing-amazon-mq-rabbitmq/ - https://docs.aws.amazon.com/fr_fr/amazon-mq/latest/developer-guide/getting-started-rabbitmq.html When trying to configure it, I got some errors: ``` ^...

As the ENV var is resolved at runtime, port is casted into int by the bundle configuration class: https://github.com/swarrot/SwarrotBundle/blob/master/DependencyInjection/Configuration.php#L90 Configuration used: ``` swarrot: connections: event: host: '%env(APP_MESSAGE_BROKER_HOST)%' port: '%env(APP_MESSAGE_BROKER_PORT)%' login:...

Hi. I have only consumer in my application. And when I run it, the error "NOT_FOUND - no queue 'test' in vhost '/'" is occured. Could you make "queue_declare" before...

Hello, I would like to know if Swarrot is "compatible" with Messenger or whether it makes no point of using both ? I use Messenger for internal bus and I...

Hello :). Something looks weird on the version 1.6.0 with the port mapping specifically when we are using environnement variable mapping. In the yaml : ``` rabbitmq_port: '%env(int:RABBITMQ_PORT)%' ``` The...

If i need to consume batch of message in consumer, how can i reach this?

As of Symfony 2.7, the profiler has a design v2. But the swarrot panel does not fit well with it, as it was never upgraded. It requires a pass to...