Library Link To Toggle Frames Print Feedback

Chapter 1. JMS Namespaces

Summary

The XML elements used to configure an endpoint to use the Celtix Advanced Service Engine's JMS transport are defined in a single namespace. Before you can use the elements, you must add them to the document defining the endpoint.

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 line shown in Example 1.1, “JMS Extension Namespace” to the definitions element of your contract.

Example 1.1. JMS Extension Namespace

xmlns:jms="http://cxf.apache.org/transports/jms"

Configuration Namespace

The Celtix Enterprise JMS endpoint configuration properties are specified under the http://cxf.apache.org/transports/jms namespace. In order to use the JMS configuration properties you will need to add the line shown in Example 1.2, “JMS Configuration Namespaces” to the beans element of your configuration.

Example 1.2. JMS Configuration Namespaces

xmlns:jms="http://cxf.apache.org/transports/jms"