Software AG Products 10.7 | Integrating On-Premises and Cloud Applications | Service Development | Properties | Web Service Descriptor Properties | Web Service Descriptor Binder Properties | JMS Message Details Properties for a Binder
 
JMS Message Details Properties for a Binder
If a binder specifies SOAP over JMS as the binding type, Designer displays JMS Message Details properties for the binder. These properties display the JMS message header information for the request message, such as delivery mode, time to live, and the destination for replies. The JMS Message Details properties are read-only.
For a provider web service descriptor, the web service endpoint alias assigned to the binder’s port alias determines the values of the properties under JMS Message Details. A blank property indicates that the web service endpoint alias does not specify a value for the property. For example, if the web service endpoint alias does not specify a delivery mode, the Delivery mode property under JMS Message Details will be blank too.
For a consumer web services descriptor, the binding information in the WSDL document used to create the consumer web service descriptor determines the values of the JMS Message Details properties. If the WSDL document does not contain information that Integration Server uses to populate a property for the corresponding binding, the property will be blank. For example, if the WSDL does not contain the soapjms:timetolive element, the Time to live property will be blank in the binder.
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”.