Property | Description | |
Connection URL | Provide a connection alias for connecting to the JMS provider (for example, an Integration Server alias or a JNDI URL). The connection URL contains various elements that construct the destination and other connection specific parameters. The structure of the connection URL is: <protocol>:<lookupVariant>:<destination>?<parameters> where ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Sample: With consumer endpoint alias jms:queue:dynamicQueues/MyTestQueue? wm-wsendpointalias=JMSConsumerEndpointAlias&target Service=EchoS_VS_JMS_IN Sample: With JNDI lookup parameters jms:queue:dynamicQueues/MyTestQueue? jndiConnectionFactoryName=ConnectionFactory &jndiInitialContextFactory=org.apache. activemq.jndi.ActiveMQInitialContextFactory &targetService=EchoS_VS_JMS_IN Sample: With JNDI lookup parameters for AMQP protocol jms:queue:dynamicQueues/MyTestQueue? jndiConnectionFactoryName=qpidConnectionFactory &jndiInitialContextFactory=org.apache.qpid.jms. jndi.JmsInitialContextFactory &targetService=EchoS_VS_JMS_IN | |
Reply To Destination | Specify a queue name where a reply to the message must be sent. | |
Priority | Type an integer that represents the priority of this JMS or AMQP message with respect to other messages that are in the same queue. The priority value determines the order in which the messages are routed. The lowest priority value is 0 and the highest priority value is 9. The messages with this priority value are executed first. ![]() ![]() | |
Time to Live (ms) | Provide a numeric value that specifies the expiration time (in milliseconds) of the JMS or AMQP message. If the time-to-live is specified as zero, expiration is set to zero which indicates the message does not expire. The default value is 0. | |
Delivery Mode | The message delivery mode for the request message. This is the delivery mode that web service clients must specify in the JMS or AMQP message that serves as the request message for the web service. The available options are: ![]() ![]() |