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 » Generate multiple request message based on original message

Post new topic  Reply to topic
 Generate multiple request message based on original message « View previous topic :: View next topic » 
Author Message
N
PostPosted: Mon Mar 03, 2008 12:17 am    Post subject: Generate multiple request message based on original message Reply with quote

Acolyte

Joined: 21 Jul 2007
Posts: 64

Guys,

I have i transaction (eg: inquiry for balance) which need to fan out to 3 CICS legs. In summary, i need to fire out 3 inquiry message to same MQ based on 1 request message.

Any1 can share with me the design for this approach.
Back to top
View user's profile Send private message
zpat
PostPosted: Mon Mar 03, 2008 12:22 am    Post subject: Reply with quote

Jedi Council

Joined: 19 May 2001
Posts: 5866
Location: UK

Get some training!

This is about the simplest possible design in WMB..!

Correlating the three replies would be a little more challenging, look into the aggregation node.
Back to top
View user's profile Send private message
AkankshA
PostPosted: Mon Mar 03, 2008 1:21 am    Post subject: Re: Generate multiple request message based on original mess Reply with quote

Grand Master

Joined: 12 Jan 2006
Posts: 1494
Location: Singapore

N wrote:
Guys,

I have i transaction (eg: inquiry for balance) which need to fan out to 3 CICS legs. In summary, i need to fire out 3 inquiry message to same MQ based on 1 request message.

Any1 can share with me the design for this approach.


PROPAGATE statement works wonder...
_________________
Cheers
Back to top
View user's profile Send private message Visit poster's website
Vitor
PostPosted: Mon Mar 03, 2008 1:25 am    Post subject: Re: Generate multiple request message based on original mess Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

AkankshA wrote:
N wrote:
Guys,

I have i transaction (eg: inquiry for balance) which need to fan out to 3 CICS legs. In summary, i need to fire out 3 inquiry message to same MQ based on 1 request message.

Any1 can share with me the design for this approach.


PROPAGATE statement works wonder...


So does aggregation, or any number of other strategies.
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
zpat
PostPosted: Mon Mar 03, 2008 1:37 am    Post subject: Reply with quote

Jedi Council

Joined: 19 May 2001
Posts: 5866
Location: UK

You can just wire three output nodes to duplicate the message.

Propagate is only really needed when the number of messages is variable in some way.
Back to top
View user's profile Send private message
AkankshA
PostPosted: Mon Mar 03, 2008 1:41 am    Post subject: Re: Generate multiple request message based on original mess Reply with quote

Grand Master

Joined: 12 Jan 2006
Posts: 1494
Location: Singapore

N wrote:
Guys,

I have i transaction (eg: inquiry for balance) which need to fan out to 3 CICS legs. In summary, i need to fire out 3 inquiry message to same MQ based on 1 request message.

Any1 can share with me the design for this approach.

_________________
Cheers
Back to top
View user's profile Send private message Visit poster's website
Vitor
PostPosted: Mon Mar 03, 2008 2:31 am    Post subject: Re: Generate multiple request message based on original mess Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

AkankshA wrote:
N wrote:
Guys,

I have i transaction (eg: inquiry for balance) which need to fan out to 3 CICS legs. In summary, i need to fire out 3 inquiry message to same MQ based on 1 request message.

Any1 can share with me the design for this approach.


And from the pitiful information in the original post, it's impossible to tell if the 3 output messages are identical to the input message or not.
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
N
PostPosted: Fri Mar 07, 2008 12:52 am    Post subject: Reply with quote

Acolyte

Joined: 21 Jul 2007
Posts: 64

Hi,

I managed to generated multiple different output mesage using PROPOGATE DELETE NONE;

SET Output.XX = 123;
PROPOGATE DELETE NONE;
SET Output.XX = 999;

However, this esql doesnt works in V5. Please help
Back to top
View user's profile Send private message
Gaya3
PostPosted: Fri Mar 07, 2008 1:08 am    Post subject: Reply with quote

Jedi

Joined: 12 Sep 2006
Posts: 2493
Location: Boston, US

this is not the way....

PROPOGATE got lots of other options...

Search this forum, using the keyword PROPOGATE,
Search it in Google too.

Read about PROPAGATE commands functionalities

Regards
Gayathri
_________________
Regards
Gayathri
-----------------------------------------------
Do Something Before you Die
Back to top
View user's profile Send private message
AkankshA
PostPosted: Fri Mar 07, 2008 1:18 am    Post subject: Reply with quote

Grand Master

Joined: 12 Jan 2006
Posts: 1494
Location: Singapore

N wrote:

However, this esql doesnt works in V5. Please help


does not work means ????

any error ??
_________________
Cheers
Back to top
View user's profile Send private message Visit poster's website
jefflowrey
PostPosted: Fri Mar 07, 2008 3:39 am    Post subject: Reply with quote

Grand Poobah

Joined: 16 Oct 2002
Posts: 19981

v5 doesn't support "DELETE NONE", I believe.
_________________
I am *not* the model of the modern major general.
Back to top
View user's profile Send private message
AkankshA
PostPosted: Fri Mar 07, 2008 3:43 am    Post subject: Reply with quote

Grand Master

Joined: 12 Jan 2006
Posts: 1494
Location: Singapore

so do i..

simply saying PROPAGATE shall create a copy of message for you and propagate to out terminal.
_________________
Cheers
Back to top
View user's profile Send private message Visit poster's website
N
PostPosted: Mon Mar 10, 2008 10:34 pm    Post subject: Reply with quote

Acolyte

Joined: 21 Jul 2007
Posts: 64

Hi,

PROPOGATE works!!!
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 » Generate multiple request message based on original message
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.