When using the rabbitmq_publish function, there is no need to create
a reply-to queue, because it will never be read. And since there is
never a real consumer, the queue will never be deleted. This
will eventually cloak up the RabbitMQ server with millions of
generic reply queues.
This bug has been fixed in master already, so this is basically a
backport.


You can view, comment on, or merge this pull request online at:

  https://github.com/kamailio/kamailio/pull/1128

Commit Summary

File Changes

Patch Links:


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.