Author |
Message |
Topic: How to convert Base64 payload in Monitoring event into XML |
hellozen123
Replies: 10 Views: 6600
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Feb 08, 2017 3:26 pm Subject: How to convert Base64 payload in Monitoring event into XML |
I got what all of you are saying, my final message is going to stored in oracle db as CLOB. Since '\r', '\t' are visible even when I open the XML in browser or xmlspy, I am worried that might cause an ... |
Topic: How to convert Base64 payload in Monitoring event into XML |
hellozen123
Replies: 10 Views: 6600
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Feb 08, 2017 10:15 am Subject: How to convert Base64 payload in Monitoring event into XML |
Thanks for the reply. My original message didnt have \r\n\t\. They are getting introduced via my processing. I can explicitly remove that from string but this might cause some issues when i receive th ... |
Topic: How to convert Base64 payload in Monitoring event into XML |
hellozen123
Replies: 10 Views: 6600
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Feb 08, 2017 9:33 am Subject: How to convert Base64 payload in Monitoring event into XML |
I also tried String xmlString = new String(decodedBytes,"UTF-8"); still same result. |
Topic: How to convert Base64 payload in Monitoring event into XML |
hellozen123
Replies: 10 Views: 6600
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Feb 08, 2017 9:26 am Subject: How to convert Base64 payload in Monitoring event into XML |
hellozen123 wrote:
Hi,
I am new to Java and JCN. I am using monitoring events to create a custom audit message in xml format and having following issues?
1) How do I convert Base64encoded pay ... |
Topic: How to convert Base64 payload in Monitoring event into XML |
hellozen123
Replies: 10 Views: 6600
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Feb 08, 2017 6:11 am Subject: How to convert Base64 payload in Monitoring event into XML |
Hi,
I am new to Java and JCN. I am using monitoring events to create a custom audit message in xml format and having following issues?
1) How do I convert Base64encoded payload I receive by su ... |
Topic: ORA-01000: maximum open cursors; PASSTHRU statement in loop |
hellozen123
Replies: 7 Views: 8684
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 07, 2016 4:59 pm Subject: ORA-01000: maximum open cursors; PASSTHRU statement in loop |
There should be methods to control your use of DB Cursors during a Broker flow execution.
Option for setting up MQSI_EMPTY_DB_CACHE environment variable (even though it resolves the issue) was ruled ... |
Topic: Difference between The JMS transaction Local vs XA |
hellozen123
Replies: 3 Views: 2655
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 07, 2016 3:48 pm Subject: Difference between The JMS transaction Local vs XA |
Thanks mqjeff,
I just wanted to understand what difference will it make using either of these transactions styles, in the following scenario:
External JMS Provider -->JMSInput Node --> Com ... |
Topic: Difference between The JMS transaction Local vs XA |
hellozen123
Replies: 3 Views: 2655
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jul 05, 2016 9:00 pm Subject: Difference between The JMS transaction Local vs XA |
Hello,
Can anyone please highlight the difference between using Local vs XA transaction for JMS. We have message flow that access JMS queue provided by Tibco EMS via JMS Input node . IIB 10 info ce ... |
Topic: ORA-01000: maximum open cursors; PASSTHRU statement in loop |
hellozen123
Replies: 7 Views: 8684
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 10, 2016 3:21 pm Subject: ORA-01000: maximum open cursors; PASSTHRU statement in loop |
Yes, we did consult our DBA, as a temporary measure they have increased the OPEN_CURSORS parameter to number much higher than the maximum number of records we can expect in Prod.
They also suggeste ... |
Topic: ORA-01000: maximum open cursors; PASSTHRU statement in loop |
hellozen123
Replies: 7 Views: 8684
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon May 09, 2016 4:20 pm Subject: ORA-01000: maximum open cursors; PASSTHRU statement in loop |
As an EAI team we dont own any database, for this particular requirement we were loaned application's tablespace to create few of our staging tables. It is not in scope (contractually) of DBA to crea ... |
Topic: ORA-01000: maximum open cursors; PASSTHRU statement in loop |
hellozen123
Replies: 7 Views: 8684
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon May 09, 2016 4:16 am Subject: ORA-01000: maximum open cursors; PASSTHRU statement in loop |
Inside ESQL (IIB 10), I am using PASSTHRU statement within a loop to delete/insert/update records into Oracle DB, however getting "ORA-01000: maximum open cursors exceeded" when number of re ... |