Using WSDL to configure service endpoint
Service endpoint behaviors are configured using the optional jms:server element. The jms:server element is a child of the WSDL port element and has the following attributes:
Attribute |
Description |
---|---|
useMessageIDAsCorrelationID |
Specifies whether JMS will use the message ID to correlate messages. The default is false . |
durableSubscriberName |
Specifies the name used to register a durable subscription. |
messageSelector |
Specifies the string value of a message selector to use. For more information on the syntax used to specify message selectors, see the JMS 1.1 specification. |
transactional |
Specifies whether the local JMS broker will create transactions around message processing. The default is false . Currently, this is not supported by the runtime. |