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 » Java MQJMS2005

Post new topic  Reply to topic
 Java MQJMS2005 « View previous topic :: View next topic » 
Author Message
paul52
PostPosted: Tue Jan 14, 2003 6:36 am    Post subject: Java MQJMS2005 Reply with quote

Novice

Joined: 01 Jul 2002
Posts: 22

Hi Everyone

I am having trouble connecting QM and keep on getting MQJMS2005. Looked at the MQ error doc .. verified QM status..port # etc...seeem OK.

Any suggestion on troubleshooting would be very helpful.

Thanks again..
Back to top
View user's profile Send private message
bower5932
PostPosted: Tue Jan 14, 2003 9:10 am    Post subject: Reply with quote

Jedi Knight

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

I'd suggest catching the linked exception for starters:

Code:

   } catch( JMSException je ) {
      System.out.println("JMS Exception: " + je);
      // check for a linked exception
      Exception le = je.getLinkedException();
      if (le != null) {
         System.out.println("Linked exception: " + le);
      }
   }

I'd also suggest running either the amqsput (bindings) and amqsputc (client) samples to see what they show you based on how you are trying to connect.

And if you are connecting as a client, is your listener running?
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 » Java MQJMS2005
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.