Posted: Tue May 27, 2003 5:10 am Post subject: Connecting to transmission queue
Novice
Joined: 05 May 2003 Posts: 23 Location: Germany
Hi,
we have a small java tool to get the queue depth from several queues. We now need the queue depth from a transmission queue on a OS/390 machine. Trying this ends up in an error reason 2042 / OBJECT IN USE.
If we understand it right, this means that there is an parameter needed to open it while others openeing it as well. We searched for it in the docu but can't find it.
Is there anybody having experience in this who can give us a hint.
Thanks
Thorsten _________________ <------------------------------------------------>
To boldly go, where no one has gone before
<------------------------------------------------>
Your program need to use MQOPEN call with the MQOO_INQ option without any input option.
xmitQ is open by channel sender exclusively for input so any other try to open it for input will fail. _________________ Regards.
Leonid.
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