The Like command will replicate all the charceristic of q1. This makes your template easy to maintain when you have large of numbers of queues define _________________ Sanvij
IBM Certified MQSeries Specialist
IBM Certified WebSphere MQ Solution Designer
Posted: Tue Sep 12, 2006 8:27 pm Post subject: creation of mutliple queues
Voyager
Joined: 28 Aug 2006 Posts: 89
Hi this what i plan to do as u have mention are this steps correct. pls let me know if any correction are to done.
I have prepared steps by which I would be able to create a Queue manger and multiple Queues.
Step 1: Create a default queue manager called QM_orf_qa01by entering the following command:
crtmqm -q QM_orf_qa01.queue.manager
Step 2: Create a queues.txt file where all the names of Queue are defined. here .txt file contains the list of queue.
define QL(GEN2OSM_CPM_ALARM)
define QL(GEN2OSM_CPM_CTA)
define QL(GEN2OSM_TM_TSQ_ADHOC)
define QL(GEN2OSM_TM_TSQ_RECEIPT)
define QL(GEN2OSM_TM_TSQ_DIALUP_DATAPULL)
define QL(GEN2OSM_TM_TSQ_FLOWCONTROL)
define QL(GEN2OSM_TM_TSQ_AC1)
define QL(CENTRAL_CPM_ALARM)
define QL(CENTRAL_CPM_CTA)
define QL(CENTRAL_TM_ALARM_MANAGER_QUEUE)
define QL(CENTRAL_TM_TCQ_SQDATA)
define QL(CENTRAL_TM_TCQ_AVMDATA)
define QL(CENTRAL_TM_TCQ_CMDATA)
define QL(CENTRAL_TM_TCQ_TRIPDATA)
Step 3: To start the queue manager.
strmqm QM_orf_qa01.queue.manager
Step 4 : Enable MQSC commands by typing: runmqsc
runmqsc QM_orf_qa01 < queue.txt (This will careate all the queues with manger as QM_orf_qa01)
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum