PDA

View Full Version : What is the default channel implemenation?



thebugslayer
Jun 2nd, 2008, 09:29 AM
Hi,

When we configure <channel/> what is the implementation class for this? The reference mentioned it's "Point to Point", but I would like to know which class it actually uses.

thanks,
-Z

mbogoevici
Jun 5th, 2008, 06:09 PM
Hi,

The default channel type is QueueChannel. However, this may not be true if you specify a different channel-factory on the <message-bus/>

Marius