Hi, I would say that this is due to the fact that the notifications are sent to topic queues. When using rabbitmq, these queues would be classic or quorum and that mean the unicity of messages (at least by default, I don't know if there is a way to duplicate messages like this in rabbti). What you need is the notifications to be sent to fanout queues (or streams), so multiple consumers could have the same messages. I don't believe this is doable from current oslo.messaging implementation, but that does not sounds a huge change to perform for a POC. Regards, Arnaud On 18.09.25 - 23:12, Thomas Goirand wrote:
Hi,
Is it possible, with oslo.messaging, to have 3 daemons to get the Neutron port.{create,update,delete}.end notification events?
I tried hard, but no mater how I do it, only one of my 3 daemons get the message. I'm about to add forwarding feature to the other 2 when one receives an event. Is there a better way?
Cheers,
Thomas Goirand (zigo)