On 9/30/25 5:02 PM, Balazs Gibizer wrote:
On Tue, Sep 30, 2025 at 4:55 PM Dan Smith <dms@danplanet.com> wrote:
When I set pool=<hostname>, with fanout=True OR fanout=False, no mater what, none of my daemons are receiving Neutron port notifications.
FWIW, I never got it to work either. In trying to track down why, I started to realize that it was sort of client-based re-queuing the message and thus lost interest in it as a solution. Hence my "if it works for you" hedging in my initial reply.
I do think Gibi got it to work at one point though, maybe he can offer some clues.
Yeah I saw it working but it was a while ago. Digging my notes I found https://gist.github.com/gibizer/f629ba50290fe081f358079da8628e38
You need a pool key defined and also you need to explicitly declare an exchange then it worked for me.
Cheers, gibi
Thanks. I did both a pool and an exchange. The only thing I see differs from what I have is the allow_requeue=False. Is this mandatory too? Cheers, Thomas Goirand (zigo)