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 » Win XP PubSub

Post new topic  Reply to topic
 Win XP PubSub « View previous topic :: View next topic » 
Author Message
kovi
PostPosted: Thu May 22, 2003 4:54 am    Post subject: Win XP PubSub Reply with quote

Newbie

Joined: 26 Jun 2001
Posts: 3

Hi!
I have WebSphere 5.3 with CSD03 installed on Windows XP.
I have also installed MA0C.
I have run MQJMS_PSQ.mqsc to get system objects for JMS.
I have SYSTEM.BROKER.DEFAULT.STREAM and SYSTEM.BROKER.CONTROL.QUEUE queues created.
but when I want to create a subscriber for a topic I get MQJMS5053 exception. I am 100% broker is running.

Any idea ???
Back to top
View user's profile Send private message Send e-mail
bower5932
PostPosted: Thu May 22, 2003 7:55 am    Post subject: Reply with quote

Jedi Knight

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

Get the linked exception:
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);
         }

      }
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 » Win XP PubSub
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.