rabbitmq-cli-consumer icon indicating copy to clipboard operation
rabbitmq-cli-consumer copied to clipboard

Consume RabbitMQ messages into any cli program

Results 23 rabbitmq-cli-consumer issues
Sort by recently updated
recently updated
newest added

Hello, I created a very simple PHP test script which writes the content of a the message in a file and ends with an exit(1) instruction. The messages are being...

The execution of the code fails because of this error: ```text ~ > docker run --rm golang go get github.com/corvus-ch/rabbitmq-cli-consumer # github.com/corvus-ch/rabbitmq-cli-consumer src/github.com/corvus-ch/rabbitmq-cli-consumer/main.go:37:16: cannot use cli.StringFlag literal (type cli.StringFlag) as...

Hey I've got a setup in Laravel which I can make RPC calls successfully. So now I am trying to use your Go code to run the same command in...

Hi, I want to add the tls config support needed when the verify_peer option is set tot true on rabbitmq. Does it seems good ?

This used to work for ages, but now `go get` fails: ``` ~ > docker run --rm golang go get github.com/corvus-ch/rabbitmq-cli-consumer # github.com/corvus-ch/rabbitmq-cli-consumer src/github.com/corvus-ch/rabbitmq-cli-consumer/main.go:37:16: cannot use cli.StringFlag literal (type cli.StringFlag)...

Hey, We use this consumer to execute numerous fast process in php and we realized that the startup cost of php took most of the execution time. To resolve this...

enhancement

A little more than a year ago, I changed the company I am working with. This change also included a change in the technology I am working with. Professionally I...

help wanted

Sorry but I'm unable to find out how to add this argument when starting rabbitmq-cli-consumer from supervisor This is my command `rabbitmq-cli-consumer --strict-exit-code --include --verbose --queue-name answer_save.incoming.queue --configuration /var/www/api/config/rabbitmq/consumer.conf --executable...

Hello! I there any good example how to define dead letter queue? For example i can't figure out how to correct configure it in rabbitmq-cli-consumer config file. I have one...