Author |
Message |
Topic: Remove Null characters from COBOL message |
Tanesh
Replies: 2 Views: 4135
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jan 21, 2010 9:52 pm Subject: Remove Null characters from COBOL message |
Hi,
We are using MB 6.1.0.4 and we have message flow like this -
MQInput --> Compute ---> MQOutput
We get input COBOL message and transform it into XML and put into another queue.
We ... |
Topic: Difference between Debug and Normal Trace |
Tanesh
Replies: 4 Views: 5003
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Sep 03, 2009 6:39 am Subject: Difference between Debug and Normal Trace |
Its user trace and not the service trace.
We have admin team which controls all these activities and we now needed to request them user trace files for debugging purpose.
We do not have local se ... |
Topic: JavaCompute and Compute Node Design Considerations |
Tanesh
Replies: 7 Views: 4786
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Sep 03, 2009 6:32 am Subject: JavaCompute and Compute Node Design Considerations |
But using Java eventually leads to poor performance as compared to ESQL. Moreover using the JVM with Message Broker Server created severe problems in our production environment when dealing with huge ... |
Topic: Difference between Debug and Normal Trace |
Tanesh
Replies: 4 Views: 5003
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Sep 03, 2009 6:19 am Subject: Difference between Debug and Normal Trace |
Hi,
I did not get the difference between Normal and Debug trace from the Infocenter. In Infocenter, following details are mentioned -
normal -
This tracks events that affect objects that you ... |
Topic: JavaCompute and Compute Node Design Considerations |
Tanesh
Replies: 7 Views: 4786
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Aug 28, 2009 1:53 am Subject: JavaCompute and Compute Node Design Considerations |
Hi,
While designing the MB solution, what would be the factors to use either Compute node or JavaCompute node ?
I mean to say when do we prefer Compute node over JavaCompute node and vice-versa ... |
Topic: Finalize clause in PROPAGATE Statement |
Tanesh
Replies: 23 Views: 19900
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jul 06, 2009 12:21 am Subject: Finalize clause in PROPAGATE Statement |
Thank you for your reply.
To check the theory, I tried to modify InputRoot in Compute node in two ways.
1. I put statement something like -
SET InputRoot.XMLNSC.Test.Item = NULL ;
I got ... |
Topic: Problem accessing value in Reference Variable |
Tanesh
Replies: 13 Views: 7856
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jun 29, 2009 4:20 am Subject: Problem accessing value in Reference Variable |
Well, your XML looks like this -
Code:
</PersAutoLineBusiness>
<RemarkText IdRef="yyy">8/27/08~Underwriter Decision Category: Cancel Cause~Underwriter Decision Reas ... |
Topic: Finalize clause in PROPAGATE Statement |
Tanesh
Replies: 23 Views: 19900
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jun 29, 2009 2:24 am Subject: Finalize clause in PROPAGATE Statement |
Hi All,
I got below information from IBM Information Center for Finalize clause which can be used in PROPAGATE statement.
FINALIZE clause
Finalization is a process that fixes header chains and ... |