|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
Problems in Propagating to terminals |
« View previous topic :: View next topic » |
Author |
Message
|
jeevan |
Posted: Wed Dec 20, 2006 12:53 pm Post subject: Problems in Propagating to terminals |
|
|
Grand Master
Joined: 12 Nov 2005 Posts: 1432
|
My need is like this:
i like to propagate to certain terminal based on some values ( exceptionLIst
On failure, I like to propagate to one tracenode connected to out terminal of compute node.
in case of success, I like to propagate to another tracenode connected to out1 terminal
the code skeleton is as follows:
if exception
propagate to out1
elseif
propagate
end if
But whether it is success or failure, it propagates to out terminal always. Is this default or am I doing something wrong? When there is no explicitly propagatged to the out, it does.
If I choose out1 and out2, it seems working fine. So, I just want to be sure that what i encoutnered is correct.
Could some one shed light on this
thanks
Last edited by jeevan on Wed Dec 20, 2006 1:09 pm; edited 2 times in total |
|
Back to top |
|
 |
wschutz |
Posted: Wed Dec 20, 2006 1:01 pm Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
If you do not want automatic propagation at the end of the compute node, you must RETURN FALSE; _________________ -wayne |
|
Back to top |
|
 |
JosephGramig |
Posted: Wed Dec 20, 2006 1:04 pm Post subject: |
|
|
 Grand Master
Joined: 09 Feb 2006 Posts: 1244 Location: Gold Coast of Florida, USA
|
Hmmm,
So you are registering a handler to catch the ExceptionList?
Otherwise it will go out the failure terminal if wired.
If you propagate manually, then you want to return FALSE to indicate you do not want the default propagation to out.
I'm not sure I understand you. _________________ Joseph
Administrator - IBM WebSphere MQ (WMQ) V6.0, IBM WebSphere Message Broker (WMB) V6.1 & V6.0
Solution Designer - WMQ V6.0
Solution Developer - WMB V6.1 & V6.0, WMQ V5.3 |
|
Back to top |
|
 |
jeevan |
Posted: Wed Dec 20, 2006 1:07 pm Post subject: |
|
|
Grand Master
Joined: 12 Nov 2005 Posts: 1432
|
Thanks both, Wayne and JosephGramig. I have seen /read returen false but could not link in this situation. |
|
Back to top |
|
 |
santy |
Posted: Fri Dec 22, 2006 3:33 am Post subject: |
|
|
Centurion
Joined: 03 Nov 2006 Posts: 141
|
I think Filter Node will do your task. |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|