ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » Message flow tuning

Post new topic  Reply to topic
 Message flow tuning « View previous topic :: View next topic » 
Author Message
kirank
PostPosted: Thu Sep 28, 2006 8:21 am    Post subject: Message flow tuning Reply with quote

Centurion

Joined: 10 Oct 2002
Posts: 136
Location: California

Hi All,

I have done a change to design of message flows. Previously we used to have multiple compute nodes for each target system. But this design creates multiple copies of messages and sends it to each compute node hence it is not effificent from performance point of view. As part of new design I converted each compute node ESQL into a Function. Now I just have one compute node and I call functions one after the other. I use PROPAGATE in each function to propagate messages from each function to the required target system.

The question I have is regarding Error handling. Since it is more of sequential processing now, if the first Function in compute gets an error in transforming will the processing still continue with rest of functions or the message will just roll back for all of them and not go to any of them?
I am returning a boolean for the function. The environment is message broker 5.0 CSD3.

Regards

Kiran
Back to top
View user's profile Send private message
alexey
PostPosted: Thu Sep 28, 2006 1:57 pm    Post subject: Reply with quote

Acolyte

Joined: 18 Dec 2003
Posts: 62
Location: Israel

If you have set your output nodes under transaction you will have rollback for all. The processing will not continue. You have to use try/catch or connect failure terminals in your propagation flow.

Alexey.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » Message flow tuning
Jump to:  



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
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.