Author |
Message
|
mbtech |
Posted: Fri Jan 18, 2013 5:54 am Post subject: Pub/Sub in MQ7 with single Q Manager |
|
|
Apprentice
Joined: 18 Jul 2012 Posts: 36
|
Is it mandatory to have Clustering MQ concept for Pub/Sub in MQV7.0 as suggested by IBM manual.I Cant create Pub/Sub in a single Queue Manager.I tried to configure pub sub in same queue manager i dont understand destination name while configuring subscriptions is it the queue name or the topic name of publisher.  |
|
Back to top |
|
 |
fjb_saper |
Posted: Fri Jan 18, 2013 6:10 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
What is not to understand?
You have 2 fields: Destination and destqm...
So your destination can be a queue or a topic.
However if you want the subscriber to pic up the message the destination is the queue the subscriber will read from.
If your destination is a topic, the message will get published on that topic i.e. you may be republishing the same message (usually on a different topic).
Have fun  _________________ MQ & Broker admin |
|
Back to top |
|
 |
zpat |
Posted: Fri Jan 18, 2013 6:22 am Post subject: |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
You can leave destQM blank. |
|
Back to top |
|
 |
gbaddeley |
Posted: Sun Jan 20, 2013 2:41 pm Post subject: Re: Pub/Sub in MQ7 with single Q Manager |
|
|
 Jedi Knight
Joined: 25 Mar 2003 Posts: 2538 Location: Melbourne, Australia
|
mbtech wrote: |
Is it mandatory to have Clustering MQ concept for Pub/Sub in MQV7.0 as suggested by IBM manual. |
Clustering and pub/sub are independent features of MQ, although they can be used together. Where is that suggestion made? _________________ Glenn |
|
Back to top |
|
 |
bruce2359 |
Posted: Sun Jan 20, 2013 2:53 pm Post subject: Re: Pub/Sub in MQ7 with single Q Manager |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9470 Location: US: west coast, almost. Otherwise, enroute.
|
mbtech wrote: |
Is it mandatory to have Clustering MQ concept for Pub/Sub in MQV7.0 as suggested by IBM manual, |
Where does ibm doc say that it is mandatory to have clusters to do pub/sub? _________________ 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 |
|
 |
mbtech |
Posted: Thu Jan 24, 2013 4:46 am Post subject: |
|
|
Apprentice
Joined: 18 Jul 2012 Posts: 36
|
Iam using Topic objects for PUB/SUB in MQ7 how do we test 1 mb of data processing for topic publication.In mq we test topic publication only through test publications.Iam not using any queues for topic publication. |
|
Back to top |
|
 |
mqjeff |
Posted: Thu Jan 24, 2013 4:50 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
|
Back to top |
|
 |
zpat |
Posted: Thu Jan 24, 2013 5:12 am Post subject: |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
You can use a topic alias queue to publish using a chosen topic string.
You can put messages to this topic alias queue with any MQ tool that can put messages to a queue. E.g. MO71, RFHUTILC, MA01 etc. |
|
Back to top |
|
 |
mbtech |
Posted: Thu Jan 24, 2013 8:40 pm Post subject: |
|
|
Apprentice
Joined: 18 Jul 2012 Posts: 36
|
@Zpat : Thanks a lot its work ing |
|
Back to top |
|
 |
|