[jboss-dev-forums] [Design of JBoss ESB] - Re: CICS gateway
tnfink
do-not-reply at jboss.com
Fri Mar 16 10:35:15 EDT 2007
I browsed a little bit through the sources. First I was a little bit confused because I looked at the implementation of JMSCourier. There is a lot of configuration hardcoded in TwoWayCourierImpl and the XSD parsing looks frightening.
But for adding a gateway I just have to implement one class, e.g. CICSGatewayListener, and I have to add a gateway configuration in XML which points to that class. All the XML parsing is done by JBoss ESB and I do not have to cope with the Courier-classes because they are only for internal, ESB-aware messages.
Is this right?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028788#4028788
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4028788
More information about the jboss-dev-forums
mailing list