Versions Compared

Key

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

...

Code Block
langxml
<jms:soap-provider wsdl="classpath:service.wsdl"
                   destinationName="my.queue"
                   connectionFactory="#connectionFactory" />

<jms:provider/>

Name

Type

Default

Description

Required

preserveQos

boolean

false

When set to true, the JMS Priority and TimeToLive set on the Message will override the value set on the endpoint

false

The Connection Factory

ActiveMQ

...