[jboss-dev-forums] [Design of JBoss ESB] - Re: FS-listener IOException
beve
do-not-reply at jboss.com
Wed May 21 06:14:52 EDT 2008
anonymous wrote : But it looked for me that this listener is just an alternative input channel for the actions?
The JMS listener is a ESB-aware listener and not a gateway. The file listener in that example is a gateway and used to get messages into an ESB bus. This gateway takes the content in the file and packages it in an ESB Message object. It then passes the Message object to the JMS listener, which a ESB-aware listener.
anonymous wrote : Or is it mandatory?
Well it has been, but there is a new feature in the main trunk for a in-vm transport where you don't need to configure the extra listener. Take a look at invm_transport1 for more details about this.
Regards,
Daniel
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4152278#4152278
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4152278
More information about the jboss-dev-forums
mailing list