Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space WBRIDGE and version 7.10.0

...

Multiexcerpt
MultiExcerptNamejms_receive
NameTypeDirectionMandatoryDescription
connectionInfoJMSConnectionInfoin
Specify the JMS connection details. See type JMSConnectionInfo for more details.
receiveParameterJMSReceiveParameterin
Specify the receive action details. See type JMSReceiveParameter for more details.
messageStringStringout((tick))

This parameter returns the JMS message content, if it contains a String.

Info
iconfalse

One of messageString, messageBlob, jmsStringMessage or jmsBloblMessage jmsBlobMessage must be specified.

jmsStringMessageJMSStringMessageout((tick))

This parameter returns the JMS message including all message properties, if it is a String message.
See type JMSStringMessage for more details.

Info
iconfalse

One of messageString, messageBlob, jmsStringMessage or jmsBloblMessage jmsBlobMessage must be specified.

messageBlobBlobout((tick))

This parameter returns the JMS message, if it contains a Blob.

Info
iconfalse

One of messageString, messageBlob, jmsStringMessage or jmsBloblMessage jmsBlobMessage must be specified.

jmsBloblMessagejmsBlobMessageJMSBlobMessageout((tick))

This parameter returns the JMS message including all message properties, if it is a Blob message.
See type JMSBlobMessage for more details.

Info
iconfalse

One of messageString, messageBlob, jmsStringMessage or jmsBloblMessage jmsBlobMessage must be specified.

Action "send"

Multiexcerpt
MultiExcerptNamejms_send
NameTypeDirectionMandatoryDescription
connectionInfoJMSConnectionInfoin
Specify the JMS connection details. See type JMSConnectionInfo for more details.
sendParameterJMSSendParameterin
Specify the send action details. See type JMSSendParameter for more details.
messageStringStringin((tick))

This parameter contains the JMS message to be send, if it contains a String.

Info
iconfalse

One of messageString, messageBlob, jmsStringMessage or jmsBloblMessage jmsBlobMessage must be specified.

jmsStringMessageJMSStringMessagein((tick))

This parameter contains the JMS message to be send including all message properties, if it is a String message.
See type JMSStringMessage for more details.

Info
iconfalse

One of messageString, messageBlob, jmsStringMessage or jmsBloblMessage jmsBlobMessage must be specified.

messageBlobBlobin((tick))

This parameter contains the JMS message to be send, if it contains a Blob.

Info
iconfalse

One of messageString, messageBlob, jmsStringMessage or jmsBloblMessage jmsBlobMessage must be specified.

jmsBloblMessagejmsBlobMessageJMSBlobMessagein((tick))

This parameter contains the JMS message to be send including all message properties, if it is a Blob message.
See type JMSBlobMessage for more details.

Info
iconfalse

One of messageString, messageBlob, jmsStringMessage or jmsBloblMessage jmsBlobMessage must be specified.

Anchor
header_fields
header_fields

...

Multiexcerpt
MultiExcerptNameheader_fields_custom
NameTypeDescriptionAllowed Values
xSenderHostString
Multiexcerpt
MultiExcerptNamexSenderHost

This custom JMS header field contains the sender host.


xSenderServiceString
Multiexcerpt
MultiExcerptNamexSenderService

This custom JMS header field contains the sender service.


xTransactionIdX-Transaction-ID

String
Multiexcerpt
MultiExcerptNameX-Transaction-IDxTransactionId

This custom JMS header field contains a unique transaction ID (see Transaction ID).


...