ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » IBM MQ Java / JMS » Inquire several queue types at once with PCF

Post new topic  Reply to topic
 Inquire several queue types at once with PCF « View previous topic :: View next topic » 
Author Message
HenriqueS
PostPosted: Fri Oct 16, 2009 2:04 pm    Post subject: Inquire several queue types at once with PCF Reply with quote

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
View user's profile Send private message
Vitor
PostPosted: Fri Oct 16, 2009 6:28 pm    Post subject: Re: Inquire several queue types at once with PCF Reply with quote

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
View user's profile Send private message
RogerLacroix
PostPosted: Mon Oct 19, 2009 2:10 pm    Post subject: Reply with quote

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
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » IBM MQ Java / JMS » Inquire several queue types at once with PCF
Jump to:  



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
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.