| Author | Message | 
		
		  | vmware | 
			  
				|  Posted: Thu Nov 13, 2003 12:55 pm    Post subject: MQJMS5053 error |   |  | 
		
		  | Newbie
 
 
 Joined: 27 Oct 2003Posts: 4
 
 
 | 
			  
				| Hi! I am trying to publish  a message to my own stream (not the default SYSTEM.BROKER.DEFAULT.STREAM). SO i created the new stream
 runmqsc
 define qlocal(MY.OWN.STREAM)
 
 and in my code I register this stream saying:
 topicConnectionFactory.setBrokerPubQueue("MY.OWN.STREAM");
 
 and when I try to publish a message I get the MQJMS5053 The broker is not running, plase start it using strmqbrk.
 
 When I run dspmqbrk, it shows that mq broker is runnning.
 Please help me what am I supposed to do , to use my own streams for pub/sub.
 
 My program runs fine for default streams.
 
 thanks,
 Vmware
 |  | 
		
		  | Back to top |  | 
		
		  |  | 
		
		  | Prahasith | 
			  
				|  Posted: Thu Nov 13, 2003 1:42 pm    Post subject: |   |  | 
		
		  |  Disciple
 
 
 Joined: 16 May 2003Posts: 184
 Location: Kansas City
 
 | 
			  
				| You have probably forgotten to add the Default Publish/Subscribe message flow to an execution group in the WMQI broker or you added it but forgot to deploy the changes |  | 
		
		  | Back to top |  | 
		
		  |  | 
		
		  | jefflowrey | 
			  
				|  Posted: Thu Nov 13, 2003 2:33 pm    Post subject: |   |  | 
		
		  | Grand Poobah
 
 
 Joined: 16 Oct 2002Posts: 19981
 
 
 | 
			  
				| 
   
	| Prahasith wrote: |  
	| You have probably forgotten to add the Default Publish/Subscribe message flow to an execution group in the WMQI broker or you added it but forgot to deploy the changes |  
 Are we sure vmware is using WMQI?
 _________________
 I am *not* the model of the modern major general.
 |  | 
		
		  | Back to top |  | 
		
		  |  | 
		
		  | vmware | 
			  
				|  Posted: Thu Nov 13, 2003 2:34 pm    Post subject: |   |  | 
		
		  | Newbie
 
 
 Joined: 27 Oct 2003Posts: 4
 
 
 | 
			  
				| Yes I didnt do that. Can you tell me how is that done.
 
 thanks in advance
 Vmware
 |  | 
		
		  | Back to top |  | 
		
		  |  | 
		
		  | vmware | 
			  
				|  Posted: Thu Nov 13, 2003 2:36 pm    Post subject: |   |  | 
		
		  | Newbie
 
 
 Joined: 27 Oct 2003Posts: 4
 
 
 | 
			  
				| Just for your information 
 when I do a dspmqbrk
 
 I get MQSeries message broker for queue manager QMGR1 running.
 
 I am using MQSeries version 5.2
 
 thanks
 Vmware
 |  | 
		
		  | Back to top |  | 
		
		  |  | 
		
		  | bower5932 | 
			  
				|  Posted: Fri Nov 14, 2003 7:58 am    Post subject: |   |  | 
		
		  |  Jedi Knight
 
 
 Joined: 27 Aug 2001Posts: 3023
 Location: Dallas, TX, USA
 
 | 
			  
				| If you are using dspmqbrk to display the status of your broker, then you are using SupportPac MA0C and not WMQI.  The new name should get picked up automatically by the new registration.  To be honest, I've never messed with this myself. |  | 
		
		  | Back to top |  | 
		
		  |  | 
		
		  |  |