-
Hello!
Please look at https://github.com/queue-interop/queue-interop project. Using interfaces from it allows us reuse some implementations like enqueue, which supports a lot of transports. You can…
-
In my current project, I want to retry the message for some errors (temporary failure of the SMTP server for instance), while some other errors should never be retried (malformed message which cannot …
-
Is there a way to check stamps and the final message with this library ?
I explain myself.
I use messenger with rabbitmq, and between different microservices.
To perform that, I use a specific stam…
-
Retry in case of failure, and Delay to wait before putting a message to a queue, are possible strategies with [Swarrot / Rabbitmq](https://github.com/swarrot/SwarrotBundle).
I'm considering a Messeng…
-
bin/console swarrot:consume:account.create account_created accounts --env=prod
In App_KernelProdContainer.php line 1976:
…
-
Hi,
I want to ask if there any reason other than removing the outdated dependencies, that the RPC processors were deprecated and removed?
I am thinking of using an RpcServer-like processor.
…
-
php-version: 7.0.10
symfony-version: 3.4
swarrot-bundle: 1.5.0 (current version)
| Implementing "Symfony\Component\HttpKernel\DataCollector\DataCollectorInterface" without the "reset()" method …
-
It seems that `amqp_lib` supports multiple hosts for [a same connection](https://github.com/php-amqplib/php-amqplib#multiple-hosts-connections), is this supported by the bundle configuration when usin…
-
**Description**
Long running processes using fingers crossed handler can be problematic. See https://github.com/symfony/symfony-docs/issues/15086 for details.
A possible solution could be resettin…
kbond updated
3 years ago
-
Hello,
I've recently updated doctrine/common to 3.1.0 and composer didn't rise the fact that SwarrotBundle was using ^2.9.
As I'm using the configuration
```yaml
swarrot:
consumers:
…