Author |
Message |
Topic: How to parse XML with the ResentContent Node node |
findingsolution
Replies: 2 Views: 4047
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Apr 21, 2011 3:45 am Subject: How to parse XML with the ResentContent Node node |
Hi ,
My input is in the XML format. How can I parse this XML using Recent Content Descriptor ?
Thanks in advance. |
Topic: \r\n being converted to #xd;. |
findingsolution
Replies: 5 Views: 3891
|
Forum: IBM MQ Java / JMS Posted: Wed Nov 10, 2010 9:57 pm Subject: \r\n being converted to #xd;. |
means?? I did not understand  |
Topic: \r\n being converted to #xd;. |
findingsolution
Replies: 5 Views: 3891
|
Forum: IBM MQ Java / JMS Posted: Tue Nov 09, 2010 9:26 pm Subject: \r\n being converted to #xd;. |
Hi thanks for the reply
After 
 (i.e \r) there is \n for sure. I don't know why it is coming up as dot(.) |
Topic: \r\n being converted to #xd;. |
findingsolution
Replies: 5 Views: 3891
|
Forum: IBM MQ Java / JMS Posted: Tue Nov 09, 2010 5:38 pm Subject: \r\n being converted to #xd;. |
Hi
I am doing first JMS(Message driven bean) application. Here I need to send REXO message to REXO output queue. The content of message is in xml format. The payload consists of 3 lines OP........, ... |
Topic: parser exception with uneven length of records |
findingsolution
Replies: 4 Views: 3187
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Oct 18, 2010 4:59 pm Subject: parser exception with uneven length of records |
Thanks for the reply. But do I need to change any settings of parser node in web message broker so that exception is not raised ?? Please let me know what settings should be placed in the parser node ... |
Topic: parser exception with uneven length of records |
findingsolution
Replies: 4 Views: 3187
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Oct 18, 2010 9:22 am Subject: parser exception with uneven length of records |
Hi
I have n number of records with fixed length. But some records might have different length , which the program regards as wrong payload. The format of records is
record 1.... (100)
record2.... ... |
Topic: problem with group terminators and \r\n |
findingsolution
Replies: 1 Views: 1633
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Aug 24, 2010 11:54 pm Subject: problem with group terminators and \r\n |
hi I have something like this in my message
...........(record, length 50)
...........(record , length 50)
....
....
....
The problem is, when I send the message as
...........(record, l ... |
Topic: Throwing MbUserException in WMB 6.0 vs 6.1 |
findingsolution
Replies: 15 Views: 18231
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 29, 2010 8:27 am Subject: Throwing MbUserException in WMB 6.0 vs 6.1 |
thank you very much for your response
do we need to set it in ESQL again .. can we do it in Java ...
can you please provide an example .. or the syntax how to set it ..
i am first time wo ... |
Topic: Throwing MbUserException in WMB 6.0 vs 6.1 |
findingsolution
Replies: 15 Views: 18231
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 29, 2010 7:33 am Subject: Throwing MbUserException in WMB 6.0 vs 6.1 |
Thank you Very much .. but in project we should not use the ESQL code ..
Is their any way to set using a Java compute node.. |
Topic: Throwing MbUserException in WMB 6.0 vs 6.1 |
findingsolution
Replies: 15 Views: 18231
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 29, 2010 7:14 am Subject: Throwing MbUserException in WMB 6.0 vs 6.1 |
can any one suggest .. how to throw a user defined java Exception which works excatly like
THROW USER EXCEPTION MESSAGE 15;
i am using throw new MbU ... |
Topic: Throwing MbUserException in WMB 6.0 vs 6.1 |
findingsolution
Replies: 15 Views: 18231
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jul 27, 2010 11:24 pm Subject: Throwing MbUserException in WMB 6.0 vs 6.1 |
We too are facing same problem . We really need help.... any help is appreciated |