Author |
Message |
Topic: Triggering not working |
manojt
Replies: 6 Views: 4458
|
Forum: General IBM MQ Support Posted: Fri Apr 23, 2004 12:07 am Subject: Triggering not working |
you can run trigger monitor with runmqtrm [-m QMgrName] [-q InitQ] command on WIN plateform.
Hope this will help you.
Manoj |
Topic: runmqlsr |
manojt
Replies: 7 Views: 4726
|
Forum: General Discussion Posted: Tue Feb 24, 2004 11:35 pm Subject: runmqlsr |
Its not coming out because it is continuously listining on that port.
Manoj |
Topic: SENDER CHANNEL DOESN'T RUN.... |
manojt
Replies: 4 Views: 3735
|
Forum: General Discussion Posted: Tue Feb 24, 2004 11:20 pm Subject: SENDER CHANNEL DOESN'T RUN.... |
Check the sender,receiver channel status it should be in inactive state instead of stopped state. if it is stopped state first make it inactive and then try to start sender channel ur receiver channel ... |
Topic: MQ MsgId |
manojt
Replies: 8 Views: 5000
|
Forum: IBM MQ API Support Posted: Tue Feb 24, 2004 5:05 am Subject: MQ MsgId |
Yes two msg can have same msg ID. Question how Q Manager recovers is i think it uses timestamp to identify the unique msg because u know no 2 msg can have same time stamp. correct me if i m wrong.
... |
Topic: Reading XML file as a message |
manojt
Replies: 2 Views: 2484
|
Forum: IBM MQ API Support Posted: Tue Feb 24, 2004 4:53 am Subject: Reading XML file as a message |
You can either use readByte() or readString() method while getting the message and corresponding write method you can use while putting the message on to Queue. |
Topic: Error:Completion Code 2, Reason 2059 |
manojt
Replies: 3 Views: 3838
|
Forum: IBM MQ API Support Posted: Tue Feb 24, 2004 4:19 am Subject: Error:Completion Code 2, Reason 2059 |
Magesh are u sure ur Q Manager is running properly. Can you give a brief when u r getting this error while connecting to Q Manager itself...??? |
Topic: Client connection problem |
manojt
Replies: 5 Views: 3457
|
Forum: General IBM MQ Support Posted: Fri Dec 19, 2003 2:09 am Subject: Client connection problem |
Check ur client connection name.. it should be same as ur Server connection channel. i hope this will help you. |
Topic: Getting Error while connecting QManager thro java |
manojt
Replies: 1 Views: 1868
|
Forum: General IBM MQ Support Posted: Fri Dec 19, 2003 1:36 am Subject: Getting Error while connecting QManager thro java |
Hi,
I am getting error while connecting QManager thro Java application program. I am able to put message thro amqsputc script but not able to get connection thro java appli'n.
Later i come to know ... |
Topic: Not able to start Q Manager |
manojt
Replies: 2 Views: 2277
|
Forum: IBM MQ Installation/Configuration Support Posted: Fri Sep 26, 2003 5:03 am Subject: Not able to start Q Manager |
Hi,
By mistake Q Manager Log file got deleted. When i tried to startup the Q Manager it was giving error LOG file not found. I created a dummy LOG file but it is not solving the problem, i mean it is ... |