|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
Search found 4 matches |
Author |
Message |
Topic: undelivered message, buffer problem? |
kodiak
Replies: 7 Views: 4859
|
Forum: IBM MQ Java / JMS Posted: Thu Mar 21, 2002 9:15 am Subject: undelivered message, buffer problem? |
Firstly what is the Reason code you are getting out of the mqput call.
>>>how do i get this value if there is no MQException thrown?
What do you mean by "happens randomly". doe ... |
Topic: undelivered message, buffer problem? |
kodiak
Replies: 7 Views: 4859
|
Forum: IBM MQ Java / JMS Posted: Thu Mar 21, 2002 8:32 am Subject: undelivered message, buffer problem? |
... sorry
MQMessage msg = new MQMessage();
try {
msg.writeInt( MY_VERSION );
q.put( msg );
}catch( IOException ioe ) {
System.out.println("IOE : " + ioe);
}catch( MQException mq ... |
Topic: undelivered message, buffer problem? |
kodiak
Replies: 7 Views: 4859
|
Forum: IBM MQ Java / JMS Posted: Thu Mar 21, 2002 8:28 am Subject: undelivered message, buffer problem? |
The code is as simple as is possible...
try {
|
Topic: undelivered message, buffer problem? |
kodiak
Replies: 7 Views: 4859
|
Forum: IBM MQ Java / JMS Posted: Thu Mar 21, 2002 8:01 am Subject: undelivered message, buffer problem? |
I am having an issue where a message 'put' is simply failing to put anything on the queue. (I am using the single argument put call. ) There are no exceptions thrown, nothing put on the dead letter qu ... |
|
|
|