Re: Broadcast to self

2018-05-14 Thread Gordon Sim
On 14/05/18 20:13, Michael Ivanov wrote: I am implementing message broadcasting using fanout exchange. Several processes are subscribed to exchange and each of them can send messages to this exchange. Is it possible to prevent the sender to receive it's own message? In AMQP 0-10 there was a con

Broadcast to self

2018-05-14 Thread Michael Ivanov
Hallo, I am implementing message broadcasting using fanout exchange. Several processes are subscribed to exchange and each of them can send messages to this exchange. Is it possible to prevent the sender to receive it's own message? Best regards, -- Michael Ivanov --