It is possible to either 'subscribe' to the exchange itself (with the broker possibly making tempory subscription queues in the background to facilitate it), or explicitly bind queues to exchanges (which can be done with qpid-configs bind and unbind subcommands) and then consume from the queues. The precise details depend on what exactly you want it to do, and what clients you are using.
On 18 October 2017 at 15:39, Michael Ivanov <[email protected]> wrote: > Greetings, > > Can somebiody point me to proper qpidd exchange configuration? > > I want to use some kind of broadcast messages delivered to several subscribers > simultaneously. For this I create an fanout exchange with specific name and > make all subscribers to subscribe to this exchange name, same way as when > I subscribe to regular queue. It works as I expect so far, but I'm reading > qpidd description and I'm having doubts that I'm not doing it right. > I see that exchanges are actually should be bound to some queues, but I do > not see any related operations described in qpid-config. > > So: is it correct to subscribe to exchange instead of queue? > If not, how should I bind queues to exchanges? > > Best regards, > -- > \ / | | > (OvO) | Mikhail Iwanow | > (^^^) | Voice: +7 (911) 223-1300 | > \^/ | E-mail: [email protected] | > ^ ^ | | > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
