| Author | 
		  Message | 
  		
  		
		     Topic: MQput Node error | 
  		
  		
		  Jonah3
  
	  	  Replies: 1 Views: 4267
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Tue Sep 05, 2006 5:17 pm   Subject: MQput Node error | 
  		
  		
		  Dear all
 
 When I use MQoutput node put a message to a alias queue , an exception has occured. MQ RC is 2082.
 But this queue has been defined and is  ok in earlier test.
 
 The trace file is as foll ... | 
  		
  		
		     Topic: subscriber registers | 
  		
  		
		  Jonah3
  
	  	  Replies: 4 Views: 3153
  | 
		   Forum: IBM MQ Java / JMS   Posted: Thu Aug 31, 2006 7:20 pm   Subject: subscriber registers | 
  		
  		
		  When you register the subscription, you have to provide a queue name.
 I found local queue could be registered by any name but alias queue could not.I just tested another case. 
 Alias Queue name: SYS ... | 
  		
  		
		     Topic: subscriber registers | 
  		
  		
		  Jonah3
  
	  	  Replies: 4 Views: 3153
  | 
		   Forum: IBM MQ Java / JMS   Posted: Thu Aug 31, 2006 6:06 pm   Subject: subscriber registers | 
  		
  		
		  I used a java pgm registering for subscription.
 When I register the local queue , WMB subscription list can be found updated.
 But register using alias queue , I can not find WMB subscripton update.
 ... | 
  		
  		
		     Topic: XML issue | 
  		
  		
		  Jonah3
  
	  	  Replies: 12 Views: 11160
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Mon Aug 28, 2006 11:47 pm   Subject: XML issue | 
  		
  		
		  Maybe an option on the parser would be useful?
 
 Any option on the parser ? | 
  		
  		
		     Topic: XML issue | 
  		
  		
		  Jonah3
  
	  	  Replies: 12 Views: 11160
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Thu Aug 24, 2006 6:37 pm   Subject: XML issue | 
  		
  		
		  Thank you all.
 
 We have already known that & ' > < " in XML will been replaced by WMB.
 It seems that WMB will handle it automaticly.
 But a weird case that > has been replace by &g ... | 
  		
  		
		     Topic: XML issue | 
  		
  		
		  Jonah3
  
	  	  Replies: 12 Views: 11160
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Thu Aug 24, 2006 2:28 am   Subject: XML issue | 
  		
  		
		  Message content : <A name="as'>ds"/>
 
 Simple test flow:MQINPUT + ComputeNode + MQOUTPUT
 
 Computernode just copy entire message.
 
 Output is <A name="as'>ds"/>
 
 Complex flow MQ ... | 
  		
  		
		     Topic: XML issue | 
  		
  		
		  Jonah3
  
	  	  Replies: 12 Views: 11160
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Wed Aug 23, 2006 7:43 am   Subject: XML issue | 
  		
  		
		  | WBIMB + DataStageTX | 
  		
  		
		     Topic: XML issue | 
  		
  		
		  Jonah3
  
	  	  Replies: 12 Views: 11160
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Wed Aug 23, 2006 7:41 am   Subject: XML issue | 
  		
  		
		  Some XML predefined entities  & ' " <> will been replaced by & ... automaticly.
 How could I make messages keeping & <> ' " in literal form?
 Because XML attribute value ha ... |