Author |
Message |
Topic: MQRC_CONNECTION_BROKEN (2009) |
alfia_786
Replies: 2 Views: 2570
|
Forum: IBM MQ Java / JMS Posted: Mon Nov 26, 2007 3:33 pm Subject: MQRC_CONNECTION_BROKEN (2009) |
we have a deamon program thats runs at the background checking for messages in the queue,if it does not find a message it sleeps for few seconds and then tries again..this process runs for ever in the ... |
Topic: avoid printing MQJE001: Completion Code 2, Reason 2033 |
alfia_786
Replies: 2 Views: 3121
|
Forum: IBM MQ Java / JMS Posted: Mon Nov 26, 2007 3:28 pm Subject: avoid printing MQJE001: Completion Code 2, Reason 2033 |
well this works:
MQException.logExclude(MQException.MQRC_NO_MSG_AVAILABLE); |
Topic: avoid printing MQJE001: Completion Code 2, Reason 2033 |
alfia_786
Replies: 2 Views: 3121
|
Forum: IBM MQ Java / JMS Posted: Wed Nov 21, 2007 2:24 pm Subject: avoid printing MQJE001: Completion Code 2, Reason 2033 |
we have a deamon that runs and checks the queue for a message,if there is one,it gets it and parses it and stores it into the database,but when its empty it just keeps printing
MQJE001: Completion ... |
Topic: using MQC.MQRO_COA for put acknowledgement |
alfia_786
Replies: 7 Views: 9590
|
Forum: IBM MQ Java / JMS Posted: Thu Nov 15, 2007 3:26 pm Subject: using MQC.MQRO_COA for put acknowledgement |
I just need to know that the message has arrived the destination queue,though i knw that MQ is reliable
what do you mean when you say
The COA will tell you when the message has ARRIVED at it's ... |
Topic: using MQC.MQRO_COA for put acknowledgement |
alfia_786
Replies: 7 Views: 9590
|
Forum: IBM MQ Java / JMS Posted: Thu Nov 15, 2007 1:18 pm Subject: using MQC.MQRO_COA for put acknowledgement |
I found this online
http://gurubits.wordpress.com/2007/05/30/acknowledgement-messages-in-ibm-mq-series-websphere-mq/
which tells a way to get an acknowledgement after put and also i found this cod ... |
Topic: acknowledgement for the message sent |
alfia_786
Replies: 9 Views: 5934
|
Forum: IBM MQ Java / JMS Posted: Thu Nov 15, 2007 1:06 pm Subject: using COA for put acknowledgement |
I found this online
http://gurubits.wordpress.com/2007/05/30/acknowledgement-messages-in-ibm-mq-series-websphere-mq/
which tells a way to get an acknowledgement after put and also i found this co ... |
Topic: acknowledgement for the message sent |
alfia_786
Replies: 9 Views: 5934
|
Forum: IBM MQ Java / JMS Posted: Wed Nov 14, 2007 1:51 pm Subject: acknowledgement for the message sent |
Thanks for all the help so far
I have another question
Is there any way to know if the message has been successfully sent to the queue anything that I can check for after the put which gives a conf ... |
Topic: does get() removes message from the queue |
alfia_786
Replies: 2 Views: 2263
|
Forum: IBM MQ Java / JMS Posted: Wed Nov 14, 2007 1:08 pm Subject: does get() removes message from the queue |
After I get the message from the queue do I have to explicitly delete the message from the queue or its deleted once the get method is called |
Topic: (imp) message not received |
alfia_786
Replies: 6 Views: 3830
|
Forum: IBM MQ Java / JMS Posted: Wed Nov 14, 2007 9:46 am Subject: runmqsc command |
This might sound stupid but I have never worked on Websphere before,so please help me:
The mQ client is installed on the linux server and i thinks its under the directory /opt/mqm ,so should i go ... |
Topic: (imp) message not received |
alfia_786
Replies: 6 Views: 3830
|
Forum: IBM MQ Java / JMS Posted: Wed Nov 14, 2007 9:08 am Subject: (imp) message not received |
what shoulld i check it with?I tried using the methods/fields in MQQueue class and also MQputMessageOptions like knownDestCount etc but nothing works |
Topic: (imp) message not received |
alfia_786
Replies: 6 Views: 3830
|
Forum: IBM MQ Java / JMS Posted: Wed Nov 14, 2007 8:54 am Subject: (imp) message not received |
Hi,
Plz somebody help me
I am trying a very simple send and receive program which is not working,it gives a 2033 reason code and if i try to write a program to just print the contents of ... |
Topic: getCurrentDepth returns zero after put() |
alfia_786
Replies: 7 Views: 4957
|
Forum: IBM MQ Java / JMS Posted: Tue Nov 13, 2007 3:07 pm Subject: getCurrentDepth returns zero after put() |
I am a newbie in Websphere mq series,trying to learn this IBM stuff..
i am writing a very simple code to send the message to the queue but after calling put() when I try to print the current depth of ... |