connectionAliasName | String Set this value to define the connection alias you want to use. The default PE_NONTRANSACTIONAL_ALIAS is used if no value is specified. |
destinationName | String Set this parameter to the value of the "Destination Name" in the Subscription trigger generated by Designer for the process model that this JMS message should start. It will be similar to "YourProjectName_YourProcessName_SUBQUEUE". |
destinationType | String Set this parameter to the value of the "Destination Type" in the Subscription trigger generated by Designer for the process model that this JMS message should start. It will usually be "QUEUE". |
deliveryMode | String Set this to PERSISTENT or NON_PERSISTENT. This field is mapped directly to the JMSMessage.header.deliveryMode field in the pub.jms:send service in WmPublic. For more information about the pub.jms:send service see the webMethods Integration Server Built-In Services Reference. |
priority | String This field is mapped directly to the JMSMessage.header.priority field in the pub.jms:send service in WmPublic. For more information about the pub.jms:send service see the webMethods Integration Server Built-In Services Reference. |
timeToLive | String This field is mapped directly to the JMSMessage.header.timeToLive field in the pub.jms:send service in WmPublic. Refer to the webMethods Integration Server Built-In Services Reference for more information about that field. |
data | Document Set this parameter to the IS Document that should be send in the body of the JMS message. This will be the document that actually kicks off the process instance. |
documentType | String Set this parameter to the fully qualified name of the document type that was used for the "data" parameter. This will be the same document type that was specified in Designer as the Receive Document type. |
useCSQ | String Set this field to false if guaranteed transitions are required. Otherwise set it to "true" to utilize client-side queuing. |
JMSTimestamp | String Indicates when the JMS provider sent the message |
JMSMessageID | String Handle to lock object and not drop from pipeline. |