Property | Description | |
Delivery mode | The message delivery mode for the request message. This is the delivery mode that web service clients must specify in the JMS message that serves as the request message for the web service. | |
Value | Description | |
PERSISTENT | Indicate the request message should be persistent. The message will not be lost if the JMS provider fails. | |
NON_PERSISTENT | Indicate the request message is not persistent. The message might be lost if the JMS provider fails. | |
Time to live | The number of milliseconds that can elapse before the request message expires on the JMS provider. A value of 0 indicates that the message does not expire. | |
Priority | Specifies the message priority. The JMS standard defines priority levels from 0 to 9, with 0 as the lowest priority and 9 as the highest. | |
Reply to name | Name or lookup name of the destination to which the web service sends a response (reply) message. | |
Reply to type | Type of destination to which the web service sends the response (reply) message. | |
Value | Description | |
QUEUE | Indicates that the web service sends the response message to a particular queue. | |
TOPIC | Indicates that the web service sends the request message to a particular topic. | |
Note: The Reply to type property is only applicable when the Variant identifier is “queue” or “topic”. |