Re: [sr-dev] [kamailio/kamailio] Allow setting AMQP-Headers when publishing messages (Issue #2895)

2021-10-24 Thread mihovilkolaric
Yes, but that module does not seem to provide that provide that functionality 
either.

-- 
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#issuecomment-950362453___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


Re: [sr-dev] [kamailio/kamailio] Allow setting AMQP-Headers when publishing messages (Issue #2895)

2021-10-22 Thread Fred Posner
Have you looked at 
https://kamailio.org/docs/modules/stable/modules/rabbitmq.html ?

-- 
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#issuecomment-949930320___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


[sr-dev] [kamailio/kamailio] Allow setting AMQP-Headers when publishing messages (Issue #2895)

2021-10-22 Thread mihovilkolaric
### 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#routing-on-a-header).
 However, 
[kazoo_publish](https://kamailio.org/docs/modules/5.0.x/modules/kazoo.html#idp30289164)
 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___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev