assembla / cony

Simple AMQP wrapper around github.com/streadway/amqp
BSD 2-Clause "Simplified" License
174 stars 46 forks source link

Blocked publisher does not forward unblock message #12

Closed sebastienfr closed 8 years ago

sebastienfr commented 8 years ago

When testing blocking/unblocking feature of cony, the publisher receives only the blocking message but not the unblocking/back to normal one.

To test the issue rabbitmqctl set_vm_memory_high_watermark 0 puts the rabbit in alarm and rabbitmqctl set_vm_memory_high_watermark 0.4 brings it back to normal.

PR to be provided soon.