| Author | 
		  Message | 
  		
  		
		     Topic: Set DestinationData.queueName using Java | 
  		
  		
		  elaforc
  
	  	  Replies: 9 Views: 14400
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Mon Dec 07, 2009 1:35 pm   Subject: Set DestinationData.queueName using Java | 
  		
  		
		  I determined the solution.  There was not an issue with my code, but instead an issue with my MQOutput node configuration.  I was reading about the LocalEnviroment struture on 
 
 http://publib.boulde ... | 
  		
  		
		     Topic: Set DestinationData.queueName using Java | 
  		
  		
		  elaforc
  
	  	  Replies: 9 Views: 14400
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Mon Dec 07, 2009 5:51 am   Subject: Re: Set DestinationData.queueName using Java | 
  		
  		
		  
 First of all you may have the root of OutputLocalEnvironment, but there is no inclination that the rest of the path exists... so evaluate XPATH is no good there.
 
 
 Maybe I am mistaken, but I thou ... | 
  		
  		
		     Topic: Set DestinationData.queueName using Java | 
  		
  		
		  elaforc
  
	  	  Replies: 9 Views: 14400
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Fri Dec 04, 2009 8:25 am   Subject: Set DestinationData.queueName using Java | 
  		
  		
		  My managers feel that Java will be an easier language to maintain over time and have decided it is for the best. 
 
 I did not actually develop this code base (but my predecessor did) so I am not fami ... | 
  		
  		
		     Topic: Set DestinationData.queueName using Java | 
  		
  		
		  elaforc
  
	  	  Replies: 9 Views: 14400
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Fri Dec 04, 2009 7:55 am   Subject: Set DestinationData.queueName using Java | 
  		
  		
		  | I am in the process of converting my companies message flows from ESQL to Java (some of you have seen my posts before I am sure).  Currently I am working on one that does some very simple routing base ... | 
  		
  		
		     Topic: Apostrophe Escaping | 
  		
  		
		  elaforc
  
	  	  Replies: 3 Views: 4160
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Fri Nov 13, 2009 8:26 am   Subject: Apostrophe Escaping | 
  		
  		
		  why are you not using the setValue function as you did 
 
 Good point. I guess I over thought it.  Anyways that worked like a charm once I figured out the correct tree traversal.  See code below
 
 
  ... | 
  		
  		
		     Topic: Apostrophe Escaping | 
  		
  		
		  elaforc
  
	  	  Replies: 3 Views: 4160
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Thu Nov 12, 2009 7:45 am   Subject: Apostrophe Escaping | 
  		
  		
		  | Currently I am seeing issues in my syslog.user concerning a XPath parse error.  See error below.  I have tried taking out the apostrophes and the message will go through the message flow correctly.  H ... | 
  		
  		
		     Topic: XPath set-value numeric | 
  		
  		
		  elaforc
  
	  	  Replies: 6 Views: 7100
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Mon Oct 26, 2009 5:11 am   Subject: XPath set-value numeric | 
  		
  		
		  I determined the solution.
 
 You're welcome.
 
 Correction, by "I determined the solution" it should read "mqjeff determined the solution and pm'ed me the answer".  
 
 Thanks for ... | 
  		
  		
		     Topic: XPath set-value numeric | 
  		
  		
		  elaforc
  
	  	  Replies: 6 Views: 7100
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Fri Oct 23, 2009 1:57 pm   Subject: XPath set-value numeric | 
  		
  		
		  I determined the solution.
 
 The proper way is as follows:
 
 
 
 public void addPersistance(MbMessage msg) throws MbException
 {                                                          ... | 
  		
  		
		     Topic: XPath set-value numeric | 
  		
  		
		  elaforc
  
	  	  Replies: 6 Views: 7100
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Fri Oct 23, 2009 10:05 am   Subject: XPath set-value numeric | 
  		
  		
		  Thanks for the response.
 
 Doesn't look like it liked that either.
 
 Oct 23 13:50:06 entmqsx2 user:err|error WebSphere Broker v6003
 This function sets the string value of the context node to the va ... | 
  		
  		
		     Topic: XPath set-value numeric | 
  		
  		
		  elaforc
  
	  	  Replies: 6 Views: 7100
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Fri Oct 23, 2009 7:54 am   Subject: XPath set-value numeric | 
  		
  		
		  All,
 
 I am currently using WMB 6.0.2.  I am trying to write a simple message flow using a java compute node that will set the persistence to 1 in the MQMD Header using XPath.  Currently my code look ... |