amq-client icon indicating copy to clipboard operation
amq-client copied to clipboard

THIS PROJECT IS NOW DEPRECATED (part of the amqp gem codebase)

Results 3 amq-client issues
Sort by recently updated
recently updated
newest added

If a channel is does not have publisher confirmation on when the `#on_ack` method is called, `#on_ack` will attempt to turn confirmations on by calling `#use_publisher_confirmations!`. As that method does...

I'm not sure if this is a limitation of Eventmachine so feel free to let me know if so, but currently there is no way to send the client certificate...

TLS

Once a queue is deleted, subsequent queue declarations by the same name are not executed. How to reproduce, using the amqp gem: ``` ruby AMQP.channel.queue('foo', :durable => false) do |queue,...