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 » javax.jms.JMSException: MQJMS3009: Failed to publish command

Post new topic  Reply to topic
 javax.jms.JMSException: MQJMS3009: Failed to publish command « View previous topic :: View next topic » 
Author Message
pal
PostPosted: Wed Jan 16, 2002 5:46 pm    Post subject: Reply with quote

Apprentice

Joined: 14 Aug 2001
Posts: 35

On running a subscribe client, I get this error on mySess.createSubscriber(topic)-

javax.jms.JMSException: MQJMS3009: Failed to publish command to MQ queue

This is on AIX
Back to top
View user's profile Send private message
kolban
PostPosted: Wed Jan 16, 2002 8:35 pm    Post subject: Reply with quote

Grand Master

Joined: 22 May 2001
Posts: 1072
Location: Fort Worth, TX, USA

Review the Using Java manual ... when a JMS Exception is thrown, you can get lots more good information by examining the linked MQ Exception ...


try{
.
.code which may throw a JMSException
.
}
catch (JMSException je){
System.err.println("caught "+je);
Exception e =je.getLinkedException();
if (e !=null){
System.err.println("linked exception:"+e);
}
}


[ This Message was edited by: kolban on 2002-01-16 20:36 ]
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » IBM MQ Java / JMS » javax.jms.JMSException: MQJMS3009: Failed to publish command
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.