# This file contains MQ Series queue "groups" (just collections of queues) # used by the MQEvent. The user chooses one or more queue groups to monitor # when an MQEvent is customized. # MQ Series queues are defined by five values: # host - the server on which the queue manager is running # port - the TCP/IP port the queue manager listens to # queue_mgr - the MQ Series queue manager # channel - the channel over which connections will be made # queue - the queue to be monitored # Queue groups are defined as follows: # (group_name).(queue_number).(host/port/queue_mgr/channel/queue)=(value) # where: # group_name is the name of the group (should be alphanumeric) # queue_number is the number of this queue within the group; queues # are polled in the order in which they are defined here; this # must be an integer, and it must ascend from 1, without gaps # (i.e. 1, 2, 4 contains a gap); improperly-defined queues will be # ignored - if a particular group contains queues with # queue_numbers 1, 2, 4 and 5, the call to MQStrings to retrieve # all queues for this group will return only queues 1 and 2 # host/port/queue_mgr/channel/queue - there MUST be an entry which # defines a value for each of host, queue_mgr, channel and queue; # port is optional and defaults to 1414; queues which are missing # information will be ignored # value - is the value of this attribute # # Example: # group1.1.host=test_server_nt # group1.1.queue_mgr=testQueueManager # group1.1.channel=connectionChannel # group1.1.queue=testQueue # # group1.2.host=test_server_nt # group1.2.queue_mgr=testQueueManager # group1.2.channel=connectionChannel # group1.2.queue=testQueue2 # # group2.1.host=test_server_nt # group2.1.port=1415 # group2.1.queue_mgr=testQueueManager2 # group2.1.channel=connectionChannel # group2.1.queue=stressTestQueue group1.1.host= group1.1.queue_mgr group1.1.channel= group1.1.queue= group1.2.host= group1.2.queue_mgr= group1.2.channel= group1.2.queue= group2.1.host= group2.1.queue_mgr= group2.1.channel= group2.1.queue= group2.2.host= group2.2.queue_mgr= group2.2.channel= group2.2.queue=