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 » General IBM MQ Support » One to Many queues

Post new topic  Reply to topic Goto page 1, 2  Next
 One to Many queues « View previous topic :: View next topic » 
Author Message
akm.mohan
PostPosted: Thu Nov 05, 2009 12:02 pm    Post subject: One to Many queues Reply with quote

Apprentice

Joined: 07 Oct 2008
Posts: 41

Hi Friends,

Greetings.Hope you are doing Great.I have one question.Here one App is putting msg in source queue in QMGR A and reaching destination Queue in QMGR B this is fine.Question is here we are adding QMGR C so the same msg should route to QMGR C in one shot.Could you plz give Idea or sugestion how to do this.Basically is one input queue and multiple outqueue in dif QMGRS.

Guys any tool help me out.

THanks in Advace for you help.
Cris
Back to top
View user's profile Send private message
zpat
PostPosted: Thu Nov 05, 2009 12:06 pm    Post subject: Reply with quote

Jedi Council

Joined: 19 May 2001
Posts: 5866
Location: UK

A simple program that does one MQGET for each two MQPUTs (ideally in one UOW).

I think Capitalware has something free in this area, not sure about z/OS.
Back to top
View user's profile Send private message
shashivarungupta
PostPosted: Thu Nov 05, 2009 12:47 pm    Post subject: Reply with quote

Grand Master

Joined: 24 Feb 2009
Posts: 1343
Location: Floating in space on a round rock.

* Pub/sub
* PROPAGATE function in ESQL in Broker, in Compute Node code.
* Application OR 'A simple program that does one MQGET for each two MQPUTs' as said by zpat.
_________________
*Life will beat you down, you need to decide to fight back or leave it.
Back to top
View user's profile Send private message Send e-mail
akm.mohan
PostPosted: Thu Nov 05, 2009 12:52 pm    Post subject: Reply with quote

Apprentice

Joined: 07 Oct 2008
Posts: 41

Thanks for your reply .we don't have Broker piece in our environment.
Back to top
View user's profile Send private message
rekarm01
PostPosted: Thu Nov 05, 2009 2:17 pm    Post subject: Re: One to Many queues Reply with quote

Grand Master

Joined: 25 Jun 2008
Posts: 1415

... or modify the MQPUT app to put to a distribution list, or topic, rather than a queue.
Back to top
View user's profile Send private message
mqjeff
PostPosted: Fri Nov 06, 2009 4:47 am    Post subject: Reply with quote

Grand Master

Joined: 25 Jun 2008
Posts: 17447

...

Is this the *third* most frequently posted question?

Or the fourth?
Back to top
View user's profile Send private message
bruce2359
PostPosted: Fri Nov 06, 2009 6:11 am    Post subject: Reply with quote

Poobah

Joined: 05 Jan 2008
Posts: 9469
Location: US: west coast, almost. Otherwise, enroute.

The subject of queue/message replication comes up pretty regularly here.

If you already have something like the message broker (or other replication product), this is a good place to accomplish this task

If you don't, then writing an app that gets the message you want replicated, then does two puts, is a good way.
_________________
I like deadlines. I like to wave as they pass by.
ב''ה
Lex Orandi, Lex Credendi, Lex Vivendi. As we Worship, So we Believe, So we Live.
Back to top
View user's profile Send private message
shashivarungupta
PostPosted: Fri Nov 06, 2009 11:07 am    Post subject: Reply with quote

Grand Master

Joined: 24 Feb 2009
Posts: 1343
Location: Floating in space on a round rock.

bruce...
akm.mohan wrote:
we don't have Broker piece in our environment.

_________________
*Life will beat you down, you need to decide to fight back or leave it.
Back to top
View user's profile Send private message Send e-mail
akm.mohan
PostPosted: Tue Nov 10, 2009 8:14 am    Post subject: Reply with quote

Apprentice

Joined: 07 Oct 2008
Posts: 41

any solution friends...
Back to top
View user's profile Send private message
Vitor
PostPosted: Tue Nov 10, 2009 8:19 am    Post subject: Reply with quote

Grand High Poobah

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

akm.mohan wrote:
any solution friends...


Aside from those given earlier in this thread, no not really.
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
shashivarungupta
PostPosted: Tue Nov 10, 2009 8:19 am    Post subject: Reply with quote

Grand Master

Joined: 24 Feb 2009
Posts: 1343
Location: Floating in space on a round rock.

akm.mohan wrote:
any solution friends...

Yes, you got to write that solution in form of application/interface.
_________________
*Life will beat you down, you need to decide to fight back or leave it.
Back to top
View user's profile Send private message Send e-mail
zpat
PostPosted: Tue Nov 10, 2009 8:26 am    Post subject: Reply with quote

Jedi Council

Joined: 19 May 2001
Posts: 5866
Location: UK

http://www.capitalware.biz/mmx_overview.html

In WMQ v7 you could probably use topic alias queues to pub/sub the messages without programming.

The Q program (support pac MA01) can copy messages from queue to queue in a sort of batch command scripting model (not ideal for production).
Back to top
View user's profile Send private message
aradha
PostPosted: Wed Nov 11, 2009 6:41 am    Post subject: Reply with quote

Apprentice

Joined: 16 Dec 2008
Posts: 45

U r adding another QMGR i think it should be in cluster then
u can put the mesg in one shot ........try this in clustering.....
Back to top
View user's profile Send private message
shashivarungupta
PostPosted: Wed Nov 11, 2009 6:47 am    Post subject: Reply with quote

Grand Master

Joined: 24 Feb 2009
Posts: 1343
Location: Floating in space on a round rock.

aradha wrote:
U r adding another QMGR i think it should be in cluster then

Have you tried doing that ?

aradha wrote:
u can put the mesg in one shot ........try this in clustering.....


Could you please explain that, HOW ?
_________________
*Life will beat you down, you need to decide to fight back or leave it.
Back to top
View user's profile Send private message Send e-mail
Vitor
PostPosted: Wed Nov 11, 2009 7:33 am    Post subject: Reply with quote

Grand High Poobah

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

aradha wrote:
U r adding another QMGR i think it should be in cluster then


It could be in a cluster. Or not

aradha wrote:
u can put the mesg in one shot ........try this in clustering.....


Really? When did they add the ability to perform multiple sends to clustering?
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Goto page 1, 2  Next Page 1 of 2

MQSeries.net Forum Index » General IBM MQ Support » One to Many queues
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.