Author |
Message |
Topic: EQSL : Removing Exception Tree. |
rohitkul
Replies: 3 Views: 2453
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 27, 2009 4:29 am Subject: EQSL : Removing Exception Tree. |
Can anybody help me out as how to remove an Exception Tree from an OutputRoot using ESQL ? Is there any way for achieving this ?
I guess the following can work .....
SET OutputRoot = NULL;
SET ... |
Topic: WMB : How to Parse a String in Java Compute Node ? |
rohitkul
Replies: 10 Views: 14694
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Aug 25, 2009 1:14 am Subject: WMB : How to Parse a String in Java Compute Node ? |
I am not able to get an example for PARSE ASBITSTREAM. Can anybody help me out in this case. The documentation is available. But a pseudo code is highly appreciable since its difficult to understand f ... |
Topic: WMB : How to Parse a String in Java Compute Node ? |
rohitkul
Replies: 10 Views: 14694
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Aug 25, 2009 12:55 am Subject: WMB : How to Parse a String in Java Compute Node ? |
Can you provide me the example for doing this. A pseudo code in this case would be appreciable. |
Topic: WMB : How to Parse a String in Java Compute Node ? |
rohitkul
Replies: 10 Views: 14694
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Aug 25, 2009 12:49 am Subject: How to Parse a String in Java Compute Node ? |
We need to just ignore the Messages which are not getting Parsed as per the message defn, format and set provided.
Initially there were a no. of messages, but if we had a RCD for parsing these, th ... |
Topic: WMB : How to Parse a String in Java Compute Node ? |
rohitkul
Replies: 10 Views: 14694
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 24, 2009 11:38 pm Subject: WMB : Parse String Java Compute Node |
I hav tried with the following code as below. But its not working. Can anybody help me out as to where am I going wrong here ASAP.
MbElement lastchild = root.getLastChild();
// starts the me ... |
Topic: WMB : How to Parse a String in Java Compute Node ? |
rohitkul
Replies: 10 Views: 14694
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 24, 2009 10:16 pm Subject: WMB : How to Parse a String in Java Compute Node ? |
I hav a RCD which gives me the parsed Message like
Message
MRM
Message1
Message2
...............
Messagen
I want to now parse this Message1, Mess ... |