[jboss-dev-forums] [Design of JBoss ESB] - Re: Example of using web services both north bound and south

tfennelly do-not-reply at jboss.com
Mon Jun 11 06:01:06 EDT 2007


In the current architecture, yes.  The SOAP message is received via what's called a "Gateway Listener".  It's job is to receive the message, "normalize" it into an ESB Message structure and forward it to a Message Aware ActionProcessing pipeline which performs the actual message payload processing before routing the message, in it's new format, to the target Service (i.e. SOAP to RMI call in this case).

At the moment, the only options for performing the Gateway->ActionProcessingPipeline routing is over the likes of JMS (see message couriers), but I think there may be an local-vm type option planned.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4053024#4053024

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4053024



More information about the jboss-dev-forums mailing list