LANSA Integrator Built-In Functions
Built-In Function
|
Description
|
MQSeries in the LANSA Integrator Guide
|
Transfer messages from a message queue to loaded service for processing.
Transfer XML responses from the loaded service into a message queue.
|
|
Java Service Manager Built-In Functions
Built-In Function
|
Description
|
JSM_COMMAND
|
Sends a command string to the currently open JSM server connection.
|
JSM_OPEN
|
Opens a connection to the JSM server.
|
JSM_CLOSE
|
Closes the currently open connection to the JSM server.
|
JSMX_COMMAND
|
Sends a command string to the JSM connection identified by the handle.
|
JSMX_OPEN
|
Opens a connection to the JSM server to start a service thread for commands sent by JSMX_COMMAND.
|
JSMX_CLOSE
|
Closes the JSM connection identified by the handle.
|
|