using MQCONN


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting using MQCONN
# 1  
Old 01-30-2009
Java using MQCONN

Hi,
I am trying to connect to a queue manager, but I am not able to use the MQCONN command . If anyone have sample program , please help

thanks in davance
Satya
# 2  
Old 01-30-2009
Hi Satya,

I came across the similar thing once but we used

runmqsc <QM name>

to connect to queue manager. Any specific reason for using MQCONN?
# 3  
Old 01-30-2009
Java using MQCONN

hi gehlnar,
thank u for ur reply, i need to connect to q-manager and read messages in a queue . this is my requirement.

thanks
satya
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. Programming

PERL MQSeries MQCONN issue

Hi, I have an issue with a PERL5 script that calls MQCONN. I get this error on this Perl step when connecting to my Q manager: "Undefined Undefined subroutine &main::MQCONN called at ./quelog.pl " I use this code:$Hconn = MQCONN($QMGR,$CompCode,$Reason); In my .profile: export... (2 Replies)
Discussion started by: mrn6430
2 Replies
Login or Register to Ask a Question