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