Author |
Message |
Topic: Propagate messages in Javacompute Node |
anild
Replies: 6 Views: 5557
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon May 04, 2009 3:05 am Subject: Propagate messages in Javacompute Node |
Hi,
We have tried the same. But as mentioned earlier, the problem was not due to intialization but due to the control not returning to JavaCompute node after calling propagate on out terminal. Henc ... |
Topic: Propagate messages in Javacompute Node |
anild
Replies: 6 Views: 5557
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Apr 28, 2009 5:59 am Subject: Propagate messages in Javacompute Node |
Hi,
I think that it might not be the issue. As long as you don't assign the outMessage to null it will not require reinitializing.
do you need to reinitialise the out message inside the loop as ... |
Topic: Propagate messages in Javacompute Node |
anild
Replies: 6 Views: 5557
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Apr 28, 2009 5:25 am Subject: Propagate messages in Javacompute Node |
Hi,
I am trying to propagate messages with in java compute node using for loop as
public void evaluate(MbMessageAssembly contact admin) throws MbException {
MbMessage inMessage = contact admin.getMe ... |
Topic: Dataflow Engine using High memory |
anild
Replies: 7 Views: 4038
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Apr 28, 2009 1:06 am Subject: Dataflow Engine using High memory |
Could you please suggest me how we can proceed.
We are using Message Broker Version 6.1
Well if you're on the latest maintenance of this latest version, then it's certainly redesign time. |
Topic: Dataflow Engine using High memory |
anild
Replies: 7 Views: 4038
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Apr 28, 2009 12:23 am Subject: Dataflow Engine using High memory |
We are using Message Broker Version 6.1
We are receive Max 900000 records in day end we need to process to another system. this is the requirement.
And you're meeting this requirement with a flaw ... |
Topic: Dataflow Engine using High memory |
anild
Replies: 7 Views: 4038
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Apr 27, 2009 11:42 pm Subject: Dataflow Engine using High memory |
We are receive Max 900000 records in day end we need to process to another system. this is the requirement.
Hi anild,
What else can you expect....your design is flawed...Why are you processing ... |
Topic: Dataflow Engine using High memory |
anild
Replies: 7 Views: 4038
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Apr 27, 2009 10:42 pm Subject: Dataflow Engine using High memory |
Retrieving Data from database and constructing xml messages 100 at time assigning them to Environment Variable. Memory is getting accumulated even after clearing environment variables by setting it nu ... |
Topic: Cannot create connection between compute node out terminal |
anild
Replies: 11 Views: 7138
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Apr 08, 2009 1:34 am Subject: Cannot create connection between compute node out terminal |
Have you tried moving all the fluff from the mouse or if its an optical one... tried it on a surface that aint too shiny?
But seriously.....
Have you had the toolkit working on this OS before?
... |
Topic: creating xml messages with data from mulitiple files |
anild
Replies: 11 Views: 7042
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Apr 08, 2009 1:23 am Subject: Re: creating xml messages with data from mulitiple files |
we can't use buffers because the file sizes are large (ex: files size 50MB).
That's not a big file.
Invoking MRM parser it will take very longer time. because each file is containing around 90 ... |
Topic: Cannot create connection between compute node out terminal |
anild
Replies: 11 Views: 7138
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Apr 08, 2009 1:03 am Subject: Cannot create connection between compute node out terminal |
Have you tried moving the mouse?
Yes I tried to moving the mouse, but the connection is not getting established. |
Topic: Multiple files writing |
anild
Replies: 3 Views: 3799
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Apr 07, 2009 11:19 pm Subject: Multiple files writing |
We are receiving multiple xml messages,Based on the xml message data content we need to write a different .txt files. if it is same content comes then message need to append the existing file. else ne ... |
Topic: creating xml messages with data from mulitiple files |
anild
Replies: 11 Views: 7042
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Apr 07, 2009 11:14 pm Subject: creating xml messages with data from mulitiple files |
I am having data from two different files and I need to construct a xml messages. The scenario is similar to construct an xml message from two database tables.we can't use buffers because the file siz ... |
Topic: Cannot create connection between compute node out terminal |
anild
Replies: 11 Views: 7138
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Apr 07, 2009 11:10 pm Subject: Cannot create connection between compute node out terminal |
When I try to establish a connection between the Compute node out terminal it will give me a terminal selection pop-up after I select Out terminal, the connection is not getting established. When I se ... |