When you are creating a JMS-based concrete WSDL document, the Request Publisher Configuration step appears when you select the Send type.
The Destination Properties section enables you to specify the JMS destination to which messages are sent.
Destination – The name of the destination.
Destination Type – Indicates whether the destination is a queue or a topic.
XA Transaction – If you want to configure a two-phase commit scenario, then select this check box.
For more information, see XA Scenario.
The JMS Publisher Properties section enables you to configure properties that apply only to provider message flows.
Delivery Mode – Indicates whether the message is persistent or nonpersistent. Persistent messages can survive the failure of the JMS server.
Time To Live – Indicates how long the message is retained (in milliseconds).
Priority – Defines the message priority. The valid values are 0 through 9, where 0 is the lowest priority and 9 is the highest priority. The default value is 4.