### Description
I am using kazoo-module for connecting Kamailio to RabbitMQ and publishing messages to
several consumers.
Now I´d like to extend my setup to a more sophisticated routing based on a consistent
hash-exchange (
https://github.com/rabbitmq/rabbitmq-consistent-hash-exchange), while
retaining also existing topology based on routing keys.
This can be achieved by using ["Routing on a Header"
(
hash-header)](https://github.com/rabbitmq/rabbitmq-consistent-hash-exchange…).
However,
[
kazoo_publish](https://kamailio.org/docs/modules/5.0.x/modules/kazoo.html#i…
does not allow setting such header.
### Expected behavior
Please extend publish-functions of the kazoo-module with the possibility to (optionally)
supply AMQP-headers.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/2895