Using ebXML messaging service with JMS
How do I use ebXML messaging service with JMS? I've found articles linking ebXML with JAXM. Is there any any way I can link ebXML directly with JMS, or will I need to combine all the three? If so, how do I?
In general, messaging systems require gateways in order to bridge from one
to the other without compromising on the QoS guarantees of the messaging
system e.g. guarantees of once and only once delivery.
I know of no existing ebXML <-> JMS bridge but it would not be difficult to develop. Conceptually it would be similar to a JMS bridge for bridging
between two different JMS providers. Examples can be found on the Web.
Search for "JMS bridge".
This was first published in July 2003
Join the conversationComment
Share
Comments
Results
Contribute to the conversation