Re: Difference between Topic and Destination
Posted By:
kunal_khanna
Posted On:
Monday, April 16, 2001 01:46 PM
Hi Christophe,
Destinations can be of two types,Topic/Queue.
Queue is used for point to point messages,whereas Topic is used for Publish/Subscribe Messages.
Queue has only one consumer, whereas a topic can have many subscribers as consumers.
Rgds,
kunal