Author |
Message |
Topic: Does Propagate statement effect flow efficiency? |
w
Replies: 30 Views: 11505
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Nov 18, 2011 11:01 am Subject: Does Propagate statement effect flow efficiency? |
There is no reason to save state, since the current thread is not interrupted.
Well! without saving anything how do you know where to come back and how is the state of the InputRoot and the output ro ... |
Topic: Does Propagate statement effect flow efficiency? |
w
Replies: 30 Views: 11505
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Nov 18, 2011 10:57 am Subject: Does Propagate statement effect flow efficiency? |
Now answer this where and how is the previous state-the state at the point of execeution of the propagate statement- of the thread saved.
In memory? Along with the message tree being propagated, th ... |
Topic: Does Propagate statement effect flow efficiency? |
w
Replies: 30 Views: 11505
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Nov 18, 2011 10:33 am Subject: Does Propagate statement effect flow efficiency? |
What procedure did you follow to become certified?
There are not two threads running. There is only one thread. If you were IBM certified on WMB, you would know this.
OK . Help me understand thi ... |
Topic: Does Propagate statement effect flow efficiency? |
w
Replies: 30 Views: 11505
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Nov 18, 2011 10:15 am Subject: Does Propagate statement effect flow efficiency? |
What procedure did you follow to become certified?
There are not two threads running. There is only one thread. If you were IBM certified on WMB, you would know this.
OK . Help me understand thi ... |
Topic: Does Propagate statement effect flow efficiency? |
w
Replies: 30 Views: 11505
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Nov 18, 2011 10:07 am Subject: Does Propagate statement effect flow efficiency? |
Sorry gang, can't help but to jump in here.
There is one path of execution, one thread per invocation. Propagate to out blocks that single thread until it fully completes. Then Propagate out1 is ca ... |
Topic: Does Propagate statement effect flow efficiency? |
w
Replies: 30 Views: 11505
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Nov 18, 2011 10:00 am Subject: Does Propagate statement effect flow efficiency? |
Ok .Here is the requirement see if u can do this without the subflow.
I'm looking at an implementation of both of your requirements that doesn't use subflows.
Now if you try and achieve the abov ... |
Topic: Does Propagate statement effect flow efficiency? |
w
Replies: 30 Views: 11505
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Nov 18, 2011 9:55 am Subject: Does Propagate statement effect flow efficiency? |
Statistics gathering is done in a complete different way and is a publication done by the broker to a $SYS/.... topic.
Writing code to capture this information is reinventing th ... |
Topic: Does Propagate statement effect flow efficiency? |
w
Replies: 30 Views: 11505
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Nov 18, 2011 9:39 am Subject: Does Propagate statement effect flow efficiency? |
Statistics gathering is done in a complete different way and is a publication done by the broker to a $SYS/.... topic.
Logging can be done at the input/ output node level. Check out the manua ... |
Topic: Does Propagate statement effect flow efficiency? |
w
Replies: 30 Views: 11505
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Nov 18, 2011 9:26 am Subject: Does Propagate statement effect flow efficiency? |
@Vitor
Can you please post a link or explain how propagate is executed internally . |
Topic: Does Propagate statement effect flow efficiency? |
w
Replies: 30 Views: 11505
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Nov 18, 2011 9:18 am Subject: Does Propagate statement effect flow efficiency? |
@fjb_saper
subflow is for logging and statistics gathering.In that case it is best called from a compute node. |
Topic: Does Propagate statement effect flow efficiency? |
w
Replies: 30 Views: 11505
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Nov 18, 2011 9:16 am Subject: Does Propagate statement effect flow efficiency? |
My understanding of Propagate is that it basically starts another thread.Is this correct?
Why I thought it might effect performance was that When we propagate the current flow status is saved interna ... |
Topic: Does Propagate statement effect flow efficiency? |
w
Replies: 30 Views: 11505
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Nov 18, 2011 8:59 am Subject: Does Propagate statement effect flow efficiency? |
Hi,
I have designed a flow in which I have used Propagate statement to tranfer execeution control to a subflow .After the execeution of the subflow the execution control comes back to the compute nod ... |
Topic: How threads work in Broker? |
w
Replies: 27 Views: 24910
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Aug 05, 2011 4:47 am Subject: How threads work in Broker? |
Thanks lancelotlinc that answers my question.  |
Topic: How threads work in Broker? |
w
Replies: 27 Views: 24910
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Aug 05, 2011 3:24 am Subject: How threads work in Broker? |
The documentation does not really help.Actually I have the following query.I have exposed a web service which internally calls another web service.This service is deployed with additional instances e ... |
Topic: How threads work in Broker? |
w
Replies: 27 Views: 24910
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Aug 05, 2011 12:37 am Subject: How threads work in Broker? |
I am using SOAP Input nodes. |