| Author | Message | 
  		
		  |  Topic: Changes I would like to see in WBIMB 6.0 ... | 
  		
		  | ernest-ter.kuile 
 Replies: 27
 Views: 25784
 
 |  Forum: WebSphere Message Broker (ACE) Support   Posted: Tue Jan 04, 2005 2:02 pm   Subject: Easy access to some global info like broker name. | 
  		
		  | Some Global ESQL variables that always contain the current name of the flow, name of execution group and containing broker name. Definitly very usefull for debugging, and to prevent a proliferation of ... | 
  		
		  |  Topic: Two interconnected Message Flows | 
  		
		  | ernest-ter.kuile 
 Replies: 8
 Views: 6156
 
 |  Forum: WebSphere Message Broker (ACE) Support   Posted: Tue Sep 07, 2004 11:19 pm   Subject: Two interconnected Message Flows | 
  		
		  | May I know what's the reason for putting a Throw node at the end? Also, note that by adding the Throw node you are changing the original ExceptionList, so at a higher-level if you have a try-catch blo ... | 
  		
		  |  Topic: Two interconnected Message Flows | 
  		
		  | ernest-ter.kuile 
 Replies: 8
 Views: 6156
 
 |  Forum: WebSphere Message Broker (ACE) Support   Posted: Mon Sep 06, 2004 11:13 pm   Subject: Two interconnected Message Flows | 
  		
		  | Also, Try to put a try-catch node in your Failure path to capture any error. For example, in 1st message flow, 
 MQInput(Failure)->TryCatch(Try)->MQOutput (Failq)
 > ...
 | 
  		
		  |  Topic: help with ESQL PROCEDURE | 
  		
		  | ernest-ter.kuile 
 Replies: 7
 Views: 5556
 
 |  Forum: WebSphere Message Broker (ACE) Support   Posted: Thu Oct 16, 2003 7:19 am   Subject: Re: help with ESQL PROCEDURE | 
  		
		  | ... I thought I could put each section in a procedure with in the compute node and just make calls to the sections I needs.  I couldn't find anything in the ESQL manual about this though... 
 
 If yo ...
 | 
  		
		  |  Topic: Fan-out MQ  tool | 
  		
		  | ernest-ter.kuile 
 Replies: 4
 Views: 38118
 
 |  Forum: IBM MQ Performance Monitoring   Posted: Tue May 27, 2003 4:16 am   Subject: Fan-out MQ  tool | 
  		
		  | Enjoy ... 
 I will !
 
 thanks,
 
 Ernest.
 | 
  		
		  |  Topic: Fan-out MQ  tool | 
  		
		  | ernest-ter.kuile 
 Replies: 4
 Views: 38118
 
 |  Forum: IBM MQ Performance Monitoring   Posted: Mon May 26, 2003 5:56 am   Subject: Fan-out MQ  tool | 
  		
		  | I am looking for an small fan-out tool (read from one Q, propagate to multiple Qs)  that can run as a daemon on AIX and/or NT 
 Before I start to code such a tools, would anybody know of an existing  ...
 | 
  		
		  |  Topic: What new plugins would you like to see in MQSI? | 
  		
		  | ernest-ter.kuile 
 Replies: 47
 Views: 58149
 
 |  Forum: WebSphere Message Broker (ACE) Support   Posted: Fri May 23, 2003 6:15 am   Subject: What new plugins would you like to see in MQSI? | 
  		
		  | Central storage of ESQL source is available in WMQI v5. 
 'is available' ?!?!  when did version 5 comme out ?
 
 And what happend to v3 and v4 ?
 | 
  		
		  |  Topic: Dynamic Reference doesn't work on Environment tree | 
  		
		  | ernest-ter.kuile 
 Replies: 2
 Views: 3033
 
 |  Forum: WebSphere Message Broker (ACE) Support   Posted: Fri May 23, 2003 5:21 am   Subject: Re: Dynamic Reference doesn't work on Environment tree | 
  		
		  | I just found that actually dynamic reference doesn't work on Environment tree within WMQI2.1 + CSD4. 
 This has been true for a while now, and is also true for the LocalEnvironment. I had hoped this ...
 | 
  		
		  |  Topic: Howto get rid of white spaces in parsed XML | 
  		
		  | ernest-ter.kuile 
 Replies: 2
 Views: 3287
 
 |  Forum: WebSphere Message Broker (ACE) Support   Posted: Mon Apr 28, 2003 11:57 pm   Subject: Howto get rid of white spaces in parsed XML | 
  		
		  | Try the following code ... 
 I'll try that too, but from somebody else I got a far simpler answer
 
 InputRoot.XML.NOTOCMessage.MessageText.(XML.CDataSection)
 
 That seems to do the trick,  ...
 | 
  		
		  |  Topic: XML 101 | 
  		
		  | ernest-ter.kuile 
 Replies: 2
 Views: 2902
 
 |  Forum: WebSphere Message Broker (ACE) Support   Posted: Mon Apr 28, 2003 10:13 am   Subject: Re: XML 101 | 
  		
		  | I think you had the index at the wrong place. It's cn that has more than one value, not cn.value 
 try this :
 
 InputRoot.XML.LDAP.Results.Entry.cn[1].Value;
 should do the trick for cn for ...
 | 
  		
		  |  Topic: Howto get rid of white spaces in parsed XML | 
  		
		  | ernest-ter.kuile 
 Replies: 2
 Views: 3287
 
 |  Forum: WebSphere Message Broker (ACE) Support   Posted: Mon Apr 28, 2003 9:24 am   Subject: Howto get rid of white spaces in parsed XML | 
  		
		  | I have a xml message <?xml version="1.0"?>
 <NOTOCMessage>
 <MessageText>
 < Topic: Subscript Error in ESQL in Compute Node | 
  		
		  | ernest-ter.kuile 
 Replies: 1
 Views: 10042
 
 |  Forum: WebSphere Message Broker (ACE) Support   Posted: Fri Apr 11, 2003 2:26 am   Subject: Re: Subscript Error in ESQL in Compute Node | 
  		
		  | I am getting the array subscript error in Compute Node. Please advise how to correct the same. 
 Please also advise do OutputRoot always create an output. Is there exists any way where I can use the  ...
 | 
  		
		  |  Topic: Calling a esql procedure and the Environment | 
  		
		  | ernest-ter.kuile 
 Replies: 0
 Views: 2224
 
 |  Forum: WebSphere Message Broker (ACE) Support   Posted: Wed Feb 19, 2003 8:25 am   Subject: Calling a esql procedure and the Environment | 
  		
		  | Can anybody tell how to access the Environment from inside an Esql procedure ? 
 As it stands the Environment, LocalEnvironment, InputRoot etc ...
 are not accessible from a procedure. Only the param ...
 | 
  		
		  |  Topic: How to find a linefeed character or Ascii 13 char in WMQI | 
  		
		  | ernest-ter.kuile 
 Replies: 2
 Views: 3043
 
 |  Forum: WebSphere Message Broker (ACE) Support   Posted: Wed Dec 11, 2002 8:50 am   Subject: Re: How to find a linefeed character or Ascii 13 char in WMQ | 
  		
		  | Can anyone help how to find a ASCII 13 character i,e. linefeed (\n) in WMQI. 
 
 if it's in an MRM, use the string '<LF>' as the char to look for.
 
 if it's in a compute node, use this :
 
 D ...
 | 
  		
		  |  Topic: anybody using wmqi plugins on z/os ? | 
  		
		  | ernest-ter.kuile 
 Replies: 0
 Views: 1930
 
 |  Forum: WebSphere Message Broker (ACE) Support   Posted: Wed Dec 11, 2002 6:54 am   Subject: anybody using wmqi plugins on z/os ? | 
  		
		  | Hi all, 
 anybody using wmqi plugin nodes on z/os ?
 
 I was thinking about the postit plugin specifically, however I would appreciate anybody's experience about this.
 
 Thank you.
 |