rabbitmq-cli-consumer
rabbitmq-cli-consumer copied to clipboard
Consume RabbitMQ messages into any cli program
This ticket is an alternate attempt to address [#57](https://github.com/corvus-ch/rabbitmq-cli-consumer/issues/57) by using multiple RabbitMQ channels per connection. Since each channel runs in its own goroutine, the processors are also running concurrently....
Hi, Is there anyway to add max retry functionality to this consumer like Laravel --tries=3 ? I think every reject action, consumer can add a property if not exist to...
Hi, I've found this library and find it very useful to run "executables" (but not only php) in a container environment. In my current case I've to wait for the...
Hey @corvus-ch , Here is a first implementation of fast-cgi, don't hesitate to ask for modification if you think it would be better/more consistent in an other way. I did...
What's the limit on concurrency? If we have 10k messages in the queue, will this spin-up 10k PHP processes at the same time?
Should hopefully (this time) add prefetch to the command line, as well as possibly pass the 32 line CI fail?
Would like to have the prefetch option on the command line. May look into myself when free.
It would be great to just read a JSON from `STDIN` instead of reading from different file descriptors.
There are no log files within a container environment and everything is directed to either stdin or stdout. This can be achieved via `--verbose`. The `--verbose` flag generates too many...
The integration tests make use of the default RabbitMQ port. This is likely to fail on systems where there is already an instance of RabbitMQ running as this was experienced...