Author |
Message
|
ae06425 |
Posted: Mon Apr 09, 2007 12:42 pm Post subject: how do you name topic for publish/subscribe? |
|
|
Centurion
Joined: 02 Apr 2007 Posts: 100
|
Pls let me know how do you name or set topic for publish/subscribe?
Thnks |
|
Back to top |
|
 |
jefflowrey |
Posted: Mon Apr 09, 2007 1:11 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
First, you gather the business requirements, and determine how broad the scope of possible logical topics could be.
Then you examine the scope and see where you can form groups within that scope - orders, returns, receiving, or whatever - based on the business.
Then you determine how granular you need to make your topic hierarchy.
Then you create a first attempt at an overall topic hierarchy, and see how deep the topic tree will go.
Then you refine to see if you can simplify the tree.
Or you ask your architect, who will likely already have done this. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
ae06425 |
Posted: Mon Apr 09, 2007 1:30 pm Post subject: |
|
|
Centurion
Joined: 02 Apr 2007 Posts: 100
|
can you pls guide me practical document for setting up topic for publish subcribe?
what do I do from the mq administration perspective? |
|
Back to top |
|
 |
jefflowrey |
Posted: Mon Apr 09, 2007 1:37 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
There's nothing you do from the MQ Administrator perspective.
Pub/Sub topic hierarchy is entirely an application concern.
Unless you're using Message Broker and a User Name Server, then the Pub/Sub Security administrator is resposible for ensuring that the right clients are authorized to the right topics. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
ae06425 |
Posted: Mon Apr 09, 2007 1:42 pm Post subject: |
|
|
Centurion
Joined: 02 Apr 2007 Posts: 100
|
yes exactly we are using broker service....MA0C support pack.
so I need to understand what is required to set up from the mq administration perspective in order to create topic for publish/subscribe...
if you know good practical docs pls let me know.
app folks asking me how should he name the topic?
thnks |
|
Back to top |
|
 |
jefflowrey |
Posted: Mon Apr 09, 2007 1:47 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Are you using a UserNameServer?
If not, there's nothing you do to configure topics.
Except if you're configuring them in JNDI? In which case, again, the application team should be telling you what to set up and what to name things.
Topics are entirely an application concern, and the application guy should be able to handle all this himself.
Otherwise, the usual places to look for documentation - the Info Centers, www.redbooks.ibm.com, www.ibm.com/developerworks... all apply. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
tleichen |
Posted: Tue Apr 10, 2007 11:16 am Post subject: |
|
|
Yatiri
Joined: 11 Apr 2005 Posts: 663 Location: Center of the USA
|
ae06425 wrote: |
yes exactly we are using broker service....MA0C support pack.... |
I believe that the pub/sub broker is part of the base product since version CSD 08 on version 5.3, so support pack MA0C is no longer needed. If you are more back-leveled than that, you should really consider updating to a newer release.  _________________ IBM Certified MQSeries Specialist
IBM Certified MQSeries Developer |
|
Back to top |
|
 |
ae06425 |
Posted: Tue Apr 10, 2007 11:23 am Post subject: |
|
|
Centurion
Joined: 02 Apr 2007 Posts: 100
|
Thnks for the replies...
I have fixpack10 which includes publish/subscribe.
Version: 530.10 CSD10
my question what is needed to create topic, and to publish and to subscribe to topic?
what needs to be done to get this kind of setup working?
do i need to start broker?
how do I know on which queue manager I start broker
do I need to start anything else?
pls advice.. |
|
Back to top |
|
 |
jefflowrey |
Posted: Tue Apr 10, 2007 11:27 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
|
Back to top |
|
 |
|