|
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. |
|
tMomCommit
|
Commits data on the MQ Server. |
|
tMomConnection
|
Opens a connection to the MQ Server for communication. |
|
tMomInput
|
Fetches a message from a queue on a Message-Oriented Middleware (MOM) system and
passes it on to the next component. |
|
tMomMessageIdList
|
Fetches a message ID list from a queue on a Message-Oriented middleware system and
passes it to the next component. |
|
tMomOutput
|
Adds a message to a Message-Oriented Middleware system queue in order for it to be
fetched asynchronously. |
|
tMomRollback
|
Cancels the transaction committed in the MQ Server. |