Property | Default Value | Description |
---|---|---|
Host | Host name where IBM MQ server is installed. | |
Port | 1414 | Port number to connect to. |
Channel | Channel name through which the communication occurs. | |
Queue Manager | Name of the Queue Manager to connect to. | |
User ID | User ID that has access to the specified Host. | |
Password | Password of the above specified User ID. |
Action | Description |
---|---|
Connect | Establishes a connection to the IBM MQ server. |
Disconnect | Disconnects from the IBM MQ server. |
GetMessage | Retrieves message into a message object. |
PutMessage | Writes a message object into the queue. |
Begin Transaction | Starts a IBM MQ transaction. |
Commit Transaction | Commits a IBM MQ transaction. |
Rollback Transaction | Rolls back a IBM MQ transaction. |
Action | Property | Description |
---|---|---|
PutMessage | Include JMS Headers | Set the property to FALSE if you want MQ-style message body, without a JMS MQRFH2 header. |
PutMessage GetMessage | CCSID | Coded Character Set Identifier of character data within the message body. |
PutMessage | Encoding | Encoding for numeric data. The representation used for binary integers, packed-decimal integers, and floating-point numbers. |
PutMessage GetMessage | MsgId | Message ID of a specific message put in or retrieved from a queue. |
PutMessage GetMessage | CorrelationId | Correlation ID of messages to put in or retrieve from a queue. |
PutMessage GetMessage | GroupId | Group ID of message to put in or retrieve from a queue. |
GetMessage | SequenceNumber | Sequence number of a specific message to retrieve from a queue. |
GetMessage | Timeout | Maximum number of seconds to wait for a message to arrive on a queue when retrieving messages. |
GetMessage | Browse | Retrieve messages from a queue without removing them. |
PutMessage | Offset | Segment offset. |
PutMessage | ReplyToQ | Reply to queue (this field must not be blank if the MsgType field has the value MQMT_REQUEST). |
PutMessage | ReplyToQMgr | Set the name of the queue manager to which reply message must be sent. |
PutMessage | UserID | UserIdentifier specifies the user identifier of the application that originated the message. |
PutMessage | AccountingToken | Accounting token of the message to be sent. |
PutMessage | ApplIdData | Set ApplIdentityData to provide additional information about the message or its originator. |
PutMessage | PutAppIName | Application that put the message. |
PutMessage | PutDate | Date the message was put. |
PutMessage | PutTime | Time the message was put. |
PutMessage | ApplOriginData | Set ApplOriginData to provide additional information about the origin of the message. |
PutMessage | MsgType | Message type. |
PutMessage | Expiry | Message lifetime expressed in tenths of a second. |
PutMessage | Feedback | Set Feedback to indicate the nature of the report (used with a message of type MQMT_REPORT). |
PutMessage | Priority | Message priority. |
PutMessage | Persistence | Persistence indicates whether the message survives system failures and restarts of the queue manager. |