Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: typo

...

Figure: JMS Listener Class as Part of the Base Components

OperationDescription
processJMSStringMessage

listening to messages of type string and suppling the activity with additional header information.

For more details on the JMS Header see chapter JMS Message Header Fields.
processStringMessagelistening to messages of type string
processJMSBlobMessage

listening to messages of type blob and suppling the activity with additional header information.

For more details on the JMS Header see chapter JMS Message Header Fields.
processBlobMessagelistening to messages of type blob

If required, the JMS adapter converts the content of a message body of type String into an object of type Blob and vice versa.

...

To select messages from a topic, messages must provide a least one (ore or more) message property. Message properties are part of the message header, which is provided to the JMS adapter by the use of either the parameter jmsStringMessage or the parameter jmsBlobMessage.

...