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

[368 byte] By [Milind.Chaudharia] at [2007-11-26 16:46:42]
# 1
channel and destination are synonymous http://activemq.apache.org/how-does-a-queue-compare-to-a-topic.htmlJames http://logicblaze.com/Open Source SOA
strachaja at 2007-7-8 23:14:09 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 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.

SteveNaivea at 2007-7-8 23:14:09 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...