|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
Inquire several queue types at once with PCF |
« View previous topic :: View next topic » |
Author |
Message
|
HenriqueS |
Posted: Fri Oct 16, 2009 2:04 pm Post subject: Inquire several queue types at once with PCF |
|
|
 Master
Joined: 22 Sep 2006 Posts: 235
|
Folks,
How may I inquire several queue type with PCF? The code below does not work:
Code: |
request.addParameter (CMQC.MQIA_Q_TYPE, CMQC.MQQT_LOCAL + CMQC.MQQT_REMOTE);
|
neither this code
Code: |
request.addParameter (CMQC.MQIA_Q_TYPE, CMQC.MQQT_LOCAL);
request.addParameter (CMQC.MQIA_Q_TYPE, CMQC.MQQT_REMOTE);
|
I need to perform 2 different queries? |
|
Back to top |
|
 |
Vitor |
Posted: Fri Oct 16, 2009 6:28 pm Post subject: Re: Inquire several queue types at once with PCF |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
HenriqueS wrote: |
I need to perform 2 different queries? |
 _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
RogerLacroix |
Posted: Mon Oct 19, 2009 2:10 pm Post subject: |
|
|
 Jedi Knight
Joined: 15 May 2001 Posts: 3264 Location: London, ON Canada
|
FYI
Code: |
request.addParameter (CMQC.MQIA_Q_TYPE, CMQC.MQQT_ALL); |
Regards,
Roger Lacroix
Capitalware Inc. _________________ Capitalware: Transforming tomorrow into today.
Connected to MQ!
Twitter |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
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
|
|
|
|