On 06/09/2014 01:39 PM, Chris Wj wrote:
Thanks for the detailed response. That makes a lot of sense. Can you (or
anyone) point me to a good document describing the 'link' and 'node' option
specification and potentially some more examples?
http://qpid.apache.org/releases/qpid-0.28/programming/book/section-addresses.html#idm223928811584
By no means complete, there are some examples on the wiki: Though
bhttps://cwiki.apache.org/confluence/display/qpid/Addressing+Examples
Tell me if I have this correct: The address field you used creates a sender
using AMQP 0-10 protocol and will send with a default subject of
'news.world'. Consequentially, because of the 'link' options, it will also
create a queue named 'worldnews' with a subject subscription (or routing
key binding?) to 'news.world'. This queue will be persistent even when this
sender disconnects and other senders/receivers can connect to it also.
Yes, in 0-10 the client establishes the 'link' from the exchange (i.e.
the 'node'), by creating and binding a queue (thus receiving the desired
messages that may be published to that node).
You can control details of the subscription queue (and indeed the
binding) over AMQP 0-10 using link options.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]