amqp
amqp copied to clipboard
EventMachine-based RabbitMQ client. Prefer Bunny: http://rubybunny.info. See documentation guides at http://ruby-amqp.github.io/amqp/.
Originally reported under the [sensu](https://github.com/sensu/sensu) repo. You can see https://github.com/sensu/sensu/issues/1310 for details. The callback functionality in eventmachine for verifying the certificate (it's not done automatically) isn't being used by ruby-amqp,...
Trying to access variables created outside of the ``` AMQP::Channel.new do |channel| end ``` block is impossible due to use of block.call to yield to the block. This is frustrating...
Hi Team, I have rabittMQ server on cloud (on aws) and I am making connection from my windows machine to make AMQP connection but TCP connection is failing. I could...
This will allow users to use custom consumer tag generator to include pid, hostname, other info.
I'm using amqp-1.5 on Linux and the auto-recovery feature works great with named queues. But I experience some issues with server-named queues. Steps to reproduce: - Open a single server-named...