I'm looking for this functionality: http://www.rabbitmq.com/extensions.html#consumer-cancel-notify
To solve this problem:
Is this possible with Ruby-amqp gem?
Response:
No, although it is one of the simplest extensions to add. Please use mailing list to ask questions.
Question:
In this case, how can we add this extension? Should I submit a ticket on github? Is this likely to be implemented? Is there a workaround in the meantime based off of my stackoverflow post?