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 » multiple fan-out requests issued in parallel?

Post new topic  Reply to topic
 multiple fan-out requests issued in parallel? « View previous topic :: View next topic » 
Author Message
pcelari
PostPosted: Tue Jan 15, 2008 11:58 am    Post subject: multiple fan-out requests issued in parallel? Reply with quote

Chevalier

Joined: 31 Mar 2006
Posts: 411
Location: New York

under document ac00660_ , it is stated:

"the multiple fan-out requests are issued in parallel from within a message flow"

What does this really mean? Does it mean starting from the out terminal of a AggCtrl node, the flows are in parellel?

If this holds true, then it becomes unnecessary to insert a compute node to manually control sequence of multiple connected routes, as described in another thread over aggregate, as a compute node also introduce extra processing delay.

Could an expert please clarify this a little? thanks,
_________________
pcelari
-----------------------------------------
- a master of always being a newbie
Back to top
View user's profile Send private message
jefflowrey
PostPosted: Tue Jan 15, 2008 12:03 pm    Post subject: Reply with quote

Grand Poobah

Joined: 16 Oct 2002
Posts: 19981

Node connections are never executed in parallel.

They are all executed by the equivalent of the Propagate function.

This line you have quoted means that the requests themselves are processed in parallel, by the server applications and not by the message flow.

This is only true if the requests are sent out via MQ/JMS or another asynchronous protocol. If sent out via a synchronous protocol, like HTTP, then each request is processed in series.

But if you're making synchronous requests, you don't need Aggregation nodes...
_________________
I am *not* the model of the modern major general.
Back to top
View user's profile Send private message
pcelari
PostPosted: Wed Jan 16, 2008 4:23 am    Post subject: Reply with quote

Chevalier

Joined: 31 Mar 2006
Posts: 411
Location: New York

that clarifies all.

thanks a lot, GM.
_________________
pcelari
-----------------------------------------
- a master of always being a newbie
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 » multiple fan-out requests issued in parallel?
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.