JMS Namespaces
WSDL Namespace
The WSDL extensions for defining a JMS endpoint are defined in the namespace http://cxf.apache.org/transports/jms . In order to use the JMS extensions you will need to add the namespace definition shown below to the definitions element of your contract.
JMS Extension Namespace
xmlns:jms="http://cxf.apache.org/transports/jms"
Configuration Namespaces
In order to use the JMS configuration properties you will need to add the line shown below to the beans element of your configuration.
JMS Configuration Namespaces
xmlns:jms="http://cxf.apache.org/transports/jms"