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 » IBM MQ Installation/Configuration Support » Common activity queue in MQ6.0

Post new topic  Reply to topic
 Common activity queue in MQ6.0 « View previous topic :: View next topic » 
Author Message
amitgoelamit
PostPosted: Sat Jul 19, 2008 2:03 am    Post subject: Common activity queue in MQ6.0 Reply with quote

Novice

Joined: 19 Jul 2008
Posts: 20

Objective is to route all messages of activity queue on multiple QM to a common local queue on a central QM.

documentation at
http://publib.boulder.ibm.com/infocenter/wmqv6/v6r0/index.jsp?topic=/com.ibm.mq.csqzav.doc/csq8704.htm

Describes the steps to create and use a common queue for activity reports but, couldn't follow.
Is there any other clear documentation for the same?

Appreciate your help.

To set up a common queue, do the following:
Select, or define, a queue manager as the single node.
On the single node select, or define, a queue for use as the common queue.
On all queue managers where activity reports are to be delivered to the common queue, redefine the local system queue SYSTEM.ADMIN.ACTIVITY.QUEUE as a remote queue definition specifying the following:
The name of the single node as the remote queue manager name.
The name of the common queue as the remote queue name.
Back to top
View user's profile Send private message
fjb_saper
PostPosted: Sat Jul 19, 2008 12:28 pm    Post subject: Reply with quote

Grand High Poobah

Joined: 18 Nov 2003
Posts: 20756
Location: LI,NY

And of course before you attacked this project you did read the intercommunications manual? and understood the concept of multihopping?
_________________
MQ & Broker admin
Back to top
View user's profile Send private message Send e-mail
amitgoelamit
PostPosted: Sun Jul 20, 2008 8:02 pm    Post subject: Reply with quote

Novice

Joined: 19 Jul 2008
Posts: 20

Hi Saper,

Message multihopping is about message going through connected remote queues before reaching the local queue.
Are you referring to something else?

I am looking for way to route messages from local (activity queue) on all multiple QM to a centralized local queue.

In MQ v6.0 intercommunication found interesting section intra group queuing. But, that is about 1 producer - many consumer solution. I am looking for many producer (local queues) - 1 consumer (local queue)...

It will be helpful if you can provide clues....

thanks!!
Back to top
View user's profile Send private message
fjb_saper
PostPosted: Mon Jul 21, 2008 6:35 am    Post subject: Reply with quote

Grand High Poobah

Joined: 18 Nov 2003
Posts: 20756
Location: LI,NY

amitgoelamit wrote:
Hi Saper,

Message multihopping is about message going through connected remote queues before reaching the local queue.
Are you referring to something else?

I am looking for way to route messages from local (activity queue) on all multiple QM to a centralized local queue.

In MQ v6.0 intercommunication found interesting section intra group queuing. But, that is about 1 producer - many consumer solution. I am looking for many producer (local queues) - 1 consumer (local queue)...

It will be helpful if you can provide clues....

thanks!!
Your multihop scenario or communication between 2 qmgrs applies here. No need to go for pub/sub.

You just need to replace the qlocal with a qremote as stated. Of course for each qmgr you do that, you need an xmitq and a channel to the centralizer.

Enjoy
_________________
MQ & Broker admin
Back to top
View user's profile Send private message Send e-mail
amitgoelamit
PostPosted: Mon Jul 21, 2008 7:22 am    Post subject: Reply with quote

Novice

Joined: 19 Jul 2008
Posts: 20

I was hoping to find an alternative approach to achieve the same.

Changing the System activity queue default behavior wont be preffered.

Btw, what is model queue for system activity queue?
I can remove the local system activity queue and create another system activity queue (remote) using that model. That way characteristic of activity queue will remain same.
Back to top
View user's profile Send private message
bruce2359
PostPosted: Mon Jul 21, 2008 8:17 am    Post subject: Reply with quote

Poobah

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

Plan B:

Leave all activity queues in place on individual qmgrs.
Set triggering on for each activity queue.
Write an application program that gets triggered. This program mqgets activity messages as they arrive, and mqputs them to a QRemote definition that resolves to the qmgr that is to accumulate/aggregate all the activity messages.

Edit:
Quote:
intra group queuing

Intra group queuing is a facility of WMQ on z/OS in Parallel Sysplex.
_________________
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
amitgoelamit
PostPosted: Wed Jul 23, 2008 6:03 am    Post subject: Reply with quote

Novice

Joined: 19 Jul 2008
Posts: 20

I achieved this by creating SYSTEM.ADMIN.ACTIVITY.QUEUE as remote for a local queue on centralized QM...

Will explore trigger approach to achieve the same..

Pls let me know if there are any other cleaner approaches to do this


thanks
Back to top
View user's profile Send private message
sami.stormrage
PostPosted: Wed Jul 23, 2008 8:12 am    Post subject: Reply with quote

Disciple

Joined: 25 Jun 2008
Posts: 186
Location: Bangalore/Singapore

That is the only solution..
_________________
*forgetting everything *
Back to top
View user's profile Send private message Yahoo Messenger
bruce2359
PostPosted: Wed Jul 23, 2008 8:24 am    Post subject: Reply with quote

Poobah

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

Quote:
That is the only solution..

There are always alternatives.
_________________
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
gbaddeley
PostPosted: Wed Jul 23, 2008 8:42 pm    Post subject: Reply with quote

Jedi Knight

Joined: 25 Mar 2003
Posts: 2538
Location: Melbourne, Australia

bruce2359 wrote:
There are always alternatives.


Like using a clustered queue!
_________________
Glenn
Back to top
View user's profile Send private message
manicminer
PostPosted: Wed Jul 23, 2008 11:50 pm    Post subject: Reply with quote

Disciple

Joined: 11 Jul 2007
Posts: 177

bruce2359 wrote:
Quote:
That is the only solution..

There are always alternatives.


Another using MQ 7 might be to try changing the queue on each queue manager to a topic alias, all publishing to the same topic, then create a subscription on the desired queue manager that puts all messages from that topic to a single queue.

This would also have the advantage of being able to add extra subscribers in the future if more things are interested in the events.

But of course that needs MQ 7
Back to top
View user's profile Send private message
sami.stormrage
PostPosted: Thu Jul 24, 2008 9:30 am    Post subject: Reply with quote

Disciple

Joined: 25 Jun 2008
Posts: 186
Location: Bangalore/Singapore

They are one and the same.. only differnce being that .. A guy with a clustered network would go for a clustering solution..
_________________
*forgetting everything *
Back to top
View user's profile Send private message Yahoo Messenger
amitgoelamit
PostPosted: Thu Jul 24, 2008 8:34 pm    Post subject: Reply with quote

Novice

Joined: 19 Jul 2008
Posts: 20

hi guys!

I am so overwhelmed with the help i got at this forum..
just to show my token of appreciation...

I will explore topic and clustering approach...
and welcome other ideas!!!!

choice of approach will be on basis of least configuration changes to be done at an already MQ setup in production environment.


I have another query regarding reading the activity reports.. for that i have already posted another link ...
http://www.mqseries.net/phpBB2/viewtopic.php?p=220905#220905

thanks a lot
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 » IBM MQ Installation/Configuration Support » Common activity queue in MQ6.0
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.