Concept of Channel
I am new to JMS and for my product I want to create diffrent channels for some very important message transactions.I am littel bit confused with this CHANNEL term as there is Queue and Topic already available.So please help me in this regard.
Thanks
Message was edited by:
Milind.Chaudhari
Message was edited by:
Milind.Chaudhari
# 2
For IBM MQSeries Channels are different to Destinations.
Destinations are still queues and topics but I think a Channel has to do with communication
between clients / server and server/servers if clustered. For example, in MQ you can set encryption (and possibly compression) on a channel.
Think that's right but my MQSeries knowledge is secondary to my JMS so may not be.