-
RabbitMqBundle's is based on Thumper and it seems Thumper library no longer maintained. So am just wondering whether it is possible to use this bundle in a custom framework based php application? I h…
-
The message saying a service is started properly does not end with a newline currently, which breaks the output of the new message.
![travis_output](https://cloud.githubusercontent.com/assets/439401/4…
-
You could use an adapter pattern for instance to give the opportunity to use another client to communicate with RabbitMQ. Some people can not or don't want use the PHP AMQP extension. In my case, we u…
-
We have a similar setup to #161 where we publish messages into (unique) timeout queues that drop the messages back into their original queues for retrying.
Our setup started to loose messages after w…
riyad updated
8 years ago
-
This makes the method unusable, as 0 is not a valid delivery mode.
See https://github.com/swarrot/swarrot/issues/103 for the place where the issue was found
-
With the following composer.json:
``` json
{
"config": {
"bin-dir": "/home/talus/bin"
},
"require": {
"psy/psysh": "@stable",
"jakub-onderka/php-parallel-lint": "…
Taluu updated
8 years ago
-
By defining services directly in the extension, it's very hard to add a our own provider.
It could be easier with:
- moving the logic in a compiler pass
- using a provider_service instead of a provide…
-
Hi,
When I use Swarrot (v2.0.2) (or rather SwarrotBundle (dev-master), but I believe the problem is in Swarrot) with the retry processor, I get the following error when that processor tries to republ…
-
Thanks @blaugueux to report this bug.
The warning :
```
PHP Warning: AMQPExchange::publish(): Ignoring non-string array member type 4
for field 'x-death' in .../vendor/swarrot/swarrot/src/Swarrot/B…
-
Hi all,
i'm trying swarrot, and i've a trouble when i wanna use InstantRetryProcessor
Actually, i use AckProcessor, and ExceptionCatcherProcessor, both works fine,
but when i had InstantRetryProces…