tJMSInput
|
Creates an interface between a Java application and a Message-Oriented middleware
system. |
tJMSOutput
|
Creates an interface between a Java application and a Message-Oriented middleware
system. |
tMessagingClose
|
Closes a connection to an MQ server. |
tMessagingCommit
|
Commits in one go a global transaction instead of doing that on every message or
every batch using a unique connection. |
tMessagingConnection
|
Opens a connection to an MQ server for communication. |
tMessagingInput
|
Fetches messages from a queue on a Message-Oriented middleware (MOM) system and
passes the messages on to the next component. |
tMessagingOutput
|
Adds messages to a queue on a Message-Oriented middleware (MOM) system in order for
the messages to be fetched asynchronously. |
tMessagingRollback
|
Cancels the transaction committed in an MQ server. |