Author |
Message
|
ismailvtl |
Posted: Tue Jan 11, 2011 10:09 pm Post subject: Dynamic Queue and Model Queue |
|
|
Newbie
Joined: 03 Jan 2011 Posts: 5
|
Dear all,
I am new to MQ..
Can anyone explain me how to create a dynamic queue and what is the model queue ?
How to create this scenario in MQ Explorer ?
I tried to create Model queue, but what parameters we need to specify ? how to achive this in MQ Explorer ?
Please give me an exmple if possible..
Thanks in advance. |
|
Back to top |
|
 |
santnmq |
Posted: Tue Jan 11, 2011 10:46 pm Post subject: |
|
|
Centurion
Joined: 11 Jan 2011 Posts: 125
|
You can not create a dynamic queue through the MQ explorer. Dynamic queues are created when an application issues an MQOPEN request specifying the name of a model queue.
You can only create a model queue from the explorer. |
|
Back to top |
|
 |
Mr Butcher |
Posted: Tue Jan 11, 2011 11:06 pm Post subject: |
|
|
 Padawan
Joined: 23 May 2005 Posts: 1716
|
you should read more first to have a better understanding of mq, of the objects and their attributes. then you should try things, and then you can return here with your questions.
what you are asking is very basic stuff can be easily answered just by consuming the manuals. _________________ Regards, Butcher |
|
Back to top |
|
 |
bruce2359 |
Posted: Tue Jan 11, 2011 11:20 pm Post subject: |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9469 Location: US: west coast, almost. Otherwise, enroute.
|
I'd suggest searching through the WMQ Application Programming Guide, and WMQ Application Programming Reference. _________________ I like deadlines. I like to wave as they pass by.
ב''ה
Lex Orandi, Lex Credendi, Lex Vivendi. As we Worship, So we Believe, So we Live. |
|
Back to top |
|
 |
fatherjack |
Posted: Wed Jan 12, 2011 1:05 am Post subject: |
|
|
 Knight
Joined: 14 Apr 2010 Posts: 522 Location: Craggy Island
|
santnmq wrote: |
You can only create a model queue from the explorer. |
Don't think you meant 'only'. What about runmqsc. _________________ Never let the facts get in the way of a good theory. |
|
Back to top |
|
 |
ismailvtl |
Posted: Wed Jan 12, 2011 1:28 am Post subject: |
|
|
Newbie
Joined: 03 Jan 2011 Posts: 5
|
Ok. Thanks..
 |
|
Back to top |
|
 |
ismailvtl |
Posted: Wed Jan 12, 2011 1:30 am Post subject: |
|
|
Newbie
Joined: 03 Jan 2011 Posts: 5
|
|
Back to top |
|
 |
santnmq |
Posted: Wed Jan 12, 2011 2:33 am Post subject: |
|
|
Centurion
Joined: 11 Jan 2011 Posts: 125
|
fatherjack
By 'only' I meant, out of dynamic queue and model queue, you can create the model queue by using explorer.
ofcourse we can use runmqsc to create every kind of object that can be created using mq explorer. |
|
Back to top |
|
 |
|