Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Using the Java Message Service (JMS)

CXF provides a transport plug-in that enables endpoints to use Java Message Service (JMS) queues and topics. CXF's JMS transport plug-in uses the Java Naming and Directory Interface (JNDI) to locate and obtain references to the JMS provider that brokers for the JMS destinations. Once CXF has established a connection to a JMS provider, CXF supports the passing of messages packaged as either a JMS ObjectMessage or a JMS TextMessage.

...

Starting with CXF 2.0.9 and 2.1.3 there is a new easier and more flexible configuration style available. See Using the JMSConfigFeature

JMS Transport

...

with SOAP over Java Message Service 1.0-Supported

Starting with the CXF 2.3, we make some improvement on the JMS Transport to support SOAP over JMS specification. See SOAP over JMS 1.0 support for more information.

...