The configuration program accepts parameters required for opening and getting the message from the queue.
|
|
Get Operation Parameters
|
Client/Server
|
Indicate whether you are using the Client or Server configuration.
|
Dynamic connection
|
If the check box is selected, the Channel Name, Host URL, and Port will be taken from the configuration. If the check box is not selected, it will refer to the MQSERVER system variable.
| This is applicable in Client mode. |
|
Channel name
|
Enter the name of the channel defined in the WebSphere MQ server. This parameter is available only when the Dynamic Connection check box (above) is selected.
|
Host URL
|
Enter the URL to the WebSphere MQ server that is the machine name. This parameter is available only when the Dynamic Connection check box (above) is selected.
|
Port
|
Enter the port number defined for the channel in the WebSphere MQ server. This parameter is available only when the Dynamic Connection check box (above) is selected.
|
Queue name
|
The name of the WebSphere MQ queue where messages are retrieved.
|
Data type
|
Select a data type from the drop-down list:
-
Alpha
-
Numeric
-
Date
-
Time
-
Logical
-
BLOB
|
Save to File
|
Determines whether to save the data type to a file (enabled only if BLOB is the selected data type). Select one of the following from the drop-down list:
|
Folder path
|
Specifies the folder path where you want to save the BLOB data type (enabled only if Save to File is set to Yes).
|
Subscribe
|
Select this if messages are subscribed to this topic.
|
Broker stream
|
Specify the WebSphere MQ broker stream name (enabled only if Subscribe is selected). The name must contain the topic broker stream.
|
Topic
|
The name of the Topic subscribed to (enabled only if Subscribe is selected).
|
Correlation ID
|
The ID number of the subscribed topic. This is used for message filtering by allowing you to indicate whether specific messages should be received.
|
Group ID
|
The ID number that identifies a group of messages that are to be processed together.
|
Low-Hi Order
|
Select Yes or No from the drop-down list to indicate whether the word order of numbers should be written and read in low-hi order.
|
Encoding
|
Select the type of encoding used for the messages from the drop-down list:
|
Code page
|
Enter the code page used for message encoding.
|
Keep alive interval (minutes)
|
The amount of time in minutes that the trigger can be unresponsive before it is automatically restarted. The default value is 0, which means that the trigger can be permanently unresponsive.
|
You should be very careful when selecting a value for this parameter. If the chosen value is too small, a trigger may terminate before it completes a valid operation.
|
|
Message contents into
|
Click to the right of the field to open the Variables List. From the list, select the BLOB variable that will hold the message contents.
|
Arguments XML Location
|
Click to the right of the field to open the Variables List. From the list, select the BLOB variable where the XML results are sent.
|
Reconnection Policy
|
Reconnect every XX (seconds)
|
You can try to reconnect to the WebSphere MQ server. Enter a time interval – in seconds – that the Magic xpi Server will wait before attempting to reconnect to the WebSphere MQ server.
|
Attempt to reconnect XX (times)
|
Enter the maximum number of attempts the Magic xpi Server makes to reconnect to the WebSphere MQ server. For unlimited attempts enter 0.
|