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 API Support » MQOO_INQUIRE

Post new topic  Reply to topic
 MQOO_INQUIRE « View previous topic :: View next topic » 
Author Message
Amazone
PostPosted: Mon Oct 17, 2005 5:36 am    Post subject: MQOO_INQUIRE Reply with quote

Novice

Joined: 17 Oct 2005
Posts: 14

Hi,

i've posted a message on MQRC_HANDLE_IN_USE_FOR_UOW this afternoon.

I've made lot of test and changes. Now, i've got error when i try to put a message in the queue.

Now, i've this error :
MQRC_NOT_OPEN_FOR_INQUIRE

I found this corrective action: Specify MQOO_OUTPUT when the queue is opened.

I don't understand what is the MQC.MQOO_INQUIRE.
Can somebody explain me ?

PS : i'm french
Back to top
View user's profile Send private message Visit poster's website
Mr Butcher
PostPosted: Mon Oct 17, 2005 5:43 am    Post subject: Reply with quote

Padawan

Joined: 23 May 2005
Posts: 1716

Bonjour

you can use inquire from the application program to "read" the object attributes (e.g. how a queue is defined).

if you want to put, you open mqoo_output, if you want to get, you open mqoo_input, if you want to inquire then you open mqoo_inquire and so on. attributes can be mixed (see open options at mqopen command in application programmers reference).

MQRC_NOT_OPEN_FOR_INQUIRE:
most likely: you do some inquire in your program, but the queue is not open with mqoo_inquire.

Au revoir
_________________
Regards, Butcher
Back to top
View user's profile Send private message
wschutz
PostPosted: Mon Oct 17, 2005 6:04 am    Post subject: Reply with quote

Jedi Knight

Joined: 02 Jun 2005
Posts: 3316
Location: IBM (retired)

Quote:
most likely: you do some inquire in your program, but the queue is not open with mqoo_inquire.
and since you're using C#, this means you are executing something like: myOutQueue.currentDepth()

ps...if this is related to the same problem, you should have used your previous thread.
_________________
-wayne
Back to top
View user's profile Send private message Send e-mail AIM Address
Amazone
PostPosted: Mon Oct 17, 2005 6:28 am    Post subject: Reply with quote

Novice

Joined: 17 Oct 2005
Posts: 14

yes, sorry.
I'll return on my first post
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 API Support » MQOO_INQUIRE
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.