Author |
Message
|
drab |
Posted: Mon Sep 21, 2009 11:24 am Post subject: Creating Dynamic Queues |
|
|
Newbie
Joined: 21 Sep 2009 Posts: 7
|
Hi I would like to create queues dynamically and I am wondering if this is possible. I have read around the net and some people say this is not possible and some do. The people who do, I can't find any documentation on it. Can someone please point me in the right direction to achieve dynamic queue creation through Java code? I would like to be able to name the Queue to whatever I please, thanks.  |
|
Back to top |
|
 |
Vitor |
Posted: Mon Sep 21, 2009 11:31 am Post subject: Re: Creating Dynamic Queues |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
drab wrote: |
I can't find any documentation on it. Can someone please point me in the right direction to achieve dynamic queue creation through Java code? I would like to be able to name the Queue to whatever I please, thanks.  |
You'll find a link to the InfoCentre at the top of this page. This describes the 2 kinds of dynamic queues that WMQ supports, how to create them and how to manage them. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
drab |
Posted: Mon Sep 21, 2009 11:57 am Post subject: |
|
|
Newbie
Joined: 21 Sep 2009 Posts: 7
|
Where can I find the MQOPEN method? I have the following imports:
import com.ibm.mq.*; |
|
Back to top |
|
 |
mqjeff |
Posted: Mon Sep 21, 2009 12:01 pm Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
You don't use MQOPEN if you have "import com.ibm.mq;". |
|
Back to top |
|
 |
drab |
Posted: Mon Sep 21, 2009 12:07 pm Post subject: |
|
|
Newbie
Joined: 21 Sep 2009 Posts: 7
|
How can I take advantage of creating dynamic queues without the MQOPEN method? |
|
Back to top |
|
 |
drab |
Posted: Mon Sep 21, 2009 12:15 pm Post subject: |
|
|
Newbie
Joined: 21 Sep 2009 Posts: 7
|
|
Back to top |
|
 |
mqjeff |
Posted: Tue Sep 22, 2009 3:00 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
That publication is also in the InfoCenter, and may be more up to date there. |
|
Back to top |
|
 |
|