ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » IBM MQ Java / JMS » Failure in Midstream? MQJMS5053???

Post new topic  Reply to topic
 Failure in Midstream? MQJMS5053??? « View previous topic :: View next topic » 
Author Message
rtrabucc
PostPosted: Wed May 29, 2002 11:45 am    Post subject: Failure in Midstream? MQJMS5053??? Reply with quote

Novice

Joined: 22 May 2002
Posts: 16
Location: Bedford MA

Well I finally got my pub/sub apps configured and running. However, in the midst of running my publisher application (when it gets between 5000-7000 messages sent), it bombs out with an error that looks like communication with the broker got dropped:

com.ibm.mq.jms.noBrokerResponseException: MQJMS5053 - *** No Broker response, please ensure that the broker is running.

I use dspmqbrk to find out the status of the broker and all seems to be well. The subscriber app is still chugging away sucking stuff off the topic.

Could I be running into a TCP/IP limit or something? I have my max queue depth set at 100000 messages.

Anybody seen this before? Can you give me an idea of where to start looking?

thanks in advance,

Bob
Back to top
View user's profile Send private message Send e-mail
bower5932
PostPosted: Wed May 29, 2002 12:19 pm    Post subject: Reply with quote

Jedi Knight

Joined: 27 Aug 2001
Posts: 3023
Location: Dallas, TX, USA

Try catching the linked exception:

} catch(JMSException je) {
je.printStackTrace();
Exception le=je.getLinkedException();
if (le!=null) le.printStackTrace();
}

It might shed some more light on what is wrong.
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » IBM MQ Java / JMS » Failure in Midstream? MQJMS5053???
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.