MQ Activities
- Creating or editing a MQ Activity endpoint
MQ activities handle flat file, XML, or raw messages to or from an MQ queue. The MQ system handles routing of messages through the network of queues. All three of the MQ activities, MQ Get Message, MQ Poll Queue, and MQ Put Message use the same endpoint creation dialog box. - Installing JAR files to connect to the MQ system
To connect to the MQ system from Studio, you must have the MQ connector-specific JAR files on the same workstation as your Studio installation. These files must be present in Studio to enable configuration of the endpoints and orchestrations. - Defining and loading an XML schema for a MQRFH2 header
To include additional metadata or parameters in an MQ message, you must define an MQRFH2 header that defines the your parameters. Typically, these parameters are specific to an application but do not occur in the data of the message itself. - MQ Get Message activity
Use the MQ Get Message activity retrieves messages from an MQ queue during run time. - MQ Put Message activity
Use the MQ Put Message activity sends a message to the specified queue during run time. - MQ Poll Queue activity
Use the MQ Poll Queue activity periodically checks the MQ Queue for messages based on a specified retry interval during runtime. - MQRFH2 XML data and schema examples