Versions Compared

Key

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

...

The CXF JMS endpoint configuration properties are specified under two namespaces:the http://cxf.apache.org/transports/jmscontainsImage Modified

...

namespace. In order to use the JMS configuration properties you will need to add the lines shown below to the beans element of your configuration.

Code Block
titleJMS Configuration Namespaces
xmlns:jms="http://cxf.apache.org/transports/jms"
xmlns:jms-conf="http://cxf.apache.org/transports/jms/jms-conf"

Basic Endpoint Configuration

...