Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: editorial changes

In older CXF version the Standard JMS transport configuration in CXF is configured done by defining a JMSConduit or JMSDestination. Starting with CXF 2.0.9 and 2.1.3 the JMS transport includes There is however an easier configuration option that is more conformant to the spring Spring dependency injection. Additionally the new configuration has much many more options. For example it is not necessary anymore to use JNDI to resolve the connection factory. Instead it can be defined in the spring configSpring configuration.

The following example configs use the p-namespace from spring 2.5 but the old spring bean style is also possible.

...