Author |
Message |
Topic: mq client connect to qmgr by using clntconn |
louiezhang
Replies: 11 Views: 6541
|
Forum: General IBM MQ Support Posted: Wed Apr 23, 2008 5:56 am Subject: mq client connect to qmgr by using clntconn |
yes, I think clntconn/svrconn should be a pair just sdr/rcvr. Amazing is svrconn can work alone, if you connect to server qmgr by set MQSERVER. |
Topic: mq client connect to qmgr by using clntconn |
louiezhang
Replies: 11 Views: 6541
|
Forum: General IBM MQ Support Posted: Tue Apr 22, 2008 5:33 pm Subject: mq client connect to qmgr by using clntconn |
Issue solved by create a same name svrconn chl (HUB.CLNT.CONN). What a tricky part. I need to doulbe chk if IBM red book really saying same thing. |
Topic: mq client connect to qmgr by using clntconn |
louiezhang
Replies: 11 Views: 6541
|
Forum: General IBM MQ Support Posted: Tue Apr 22, 2008 5:26 pm Subject: mq client connect to qmgr by using clntconn |
I just about to post what I found in error log. It says HUB.CLNT.CONN not defined in remote, AMQ9520. That is ridiculous, coz the clnt conn table comes from that server indicate it's defined. Is it po ... |
Topic: mq client connect to qmgr by using clntconn |
louiezhang
Replies: 11 Views: 6541
|
Forum: General IBM MQ Support Posted: Tue Apr 22, 2008 3:54 pm Subject: mq client connect to qmgr by using clntconn |
yes, I read it. mq put call will search clnt connection table and try to find one its qmname matches qmgr name. So I still don't understand why it can not find qmgr even I set the clnt connection tabl ... |
Topic: mq client connect to qmgr by using clntconn |
louiezhang
Replies: 11 Views: 6541
|
Forum: General IBM MQ Support Posted: Tue Apr 22, 2008 3:35 pm Subject: mq client connect to qmgr by using clntconn |
Well. I did read the client manual, csqzaf09. That is why I believe I already did the right thing.
Programmer manual I read as well, looks like amqsput(amqsputc) will look for chl definition file t ... |
Topic: mq client connect to qmgr by using clntconn |
louiezhang
Replies: 11 Views: 6541
|
Forum: General IBM MQ Support Posted: Tue Apr 22, 2008 3:05 pm Subject: mq client connect to qmgr by using clntconn |
hi everyone,
question to use client conn table connect to qmgr.
I have a qmgr called 'hub', it has clntconn chl defined,
DEF CHL(HUB.CLNT.CONN) CHLTYPE(CLNTCONN) TRPTYPE(TCP) CONNAME('192.168. ... |
Topic: local queue's trigger issue. |
louiezhang
Replies: 7 Views: 5659
|
Forum: General IBM MQ Support Posted: Mon Apr 21, 2008 1:57 pm Subject: local queue's trigger issue. |
Further question, I tried xmitq with trigger b4, but type is FIRST. But it seems xmitq's trigger never got set to notrigger. So is it because of xmitq or TRIGTYPE( FIRST )?
DEFINE QLOCAL( 'A_B.CH ... |
Topic: local queue's trigger issue. |
louiezhang
Replies: 7 Views: 5659
|
Forum: General IBM MQ Support Posted: Mon Apr 21, 2008 1:42 pm Subject: local queue's trigger issue. |
btw, my idea works simply by update clear_msg.sh to
/export/home/mqm/mqhealth/q -c819 -Ca -dhfd3 -IS1TEST.QUEUE -mRMAD1> RMAD1_S1TEST.QUEUE_msg_dump.txt
echo "ALTER QUEUE(S1TEST.QUEUE) ... |
Topic: local queue's trigger issue. |
louiezhang
Replies: 7 Views: 5659
|
Forum: General IBM MQ Support Posted: Mon Apr 21, 2008 1:35 pm Subject: local queue's trigger issue. |
wow, amazing I got answer this quick.
Thanks for all reply msg. I understand I have to use programe (my script) to turn tirgger back on each time. Good to know.
Cheers!  |
Topic: local queue's trigger issue. |
louiezhang
Replies: 7 Views: 5659
|
Forum: General IBM MQ Support Posted: Mon Apr 21, 2008 1:01 pm Subject: local queue's trigger issue. |
hi, guys
I have to look for some help from forum.
I define a queue with trigger. And I start trigger monitor and use amqsput sending msg. My trigger set to be fire up when qdepth is 5. First tim ... |