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 Java / JMS » tell me how to make topic in broker

Post new topic  Reply to topic
 tell me how to make topic in broker « View previous topic :: View next topic » 
Author Message
solkit
PostPosted: Tue May 30, 2006 1:22 am    Post subject: tell me how to make topic in broker Reply with quote

Novice

Joined: 25 May 2006
Posts: 21

I'm a fresh man on MQ Series of IBM.

I confuse who make the topic in Broker.

Should the applicatio make the topic in the broker or the MQ server admin make it?

Basically who's job to make the topic in Broker?

& I'd like to know how I can make the topic also.

I'm using VB client & JAVA application client.

So does anyone have the VB & JAVA sample to test Pub/Sub Model on MQ verwion 5.3 or 6.0?

If have plz help me... ^^
_________________
^^ have a good day ^^
Back to top
View user's profile Send private message Send e-mail MSN Messenger
jefflowrey
PostPosted: Tue May 30, 2006 5:14 am    Post subject: Reply with quote

Grand Poobah

Joined: 16 Oct 2002
Posts: 19981

Topics don't exist as objects in WebSphere MQ.

They exist as objects only in JMS bindings.

Topics don't really exist as objects in the broker, either. What does exist are subscriptions. Those subscriptions associate a queue with a topic. Then when a publisher gives a message on a topic, the message is put on all queues that are associated with the topic.

Now, with the Message Broker line of brokers - there is the UserName Server which provides security on Topics. And there, the topics do exist as objects and the UNS says "user X can do Y on topic Z" or etc.

So the person who builds the JMS bindings is the one who is responsible for creating the topics. And the MQ administrator should be making sure that the queues that are being registered for subscriptions are created and available where they need to be.

Please read the "Publish/Subscribe User's Guide" in the MQ Info Center.
_________________
I am *not* the model of the modern major general.
Back to top
View user's profile Send private message
sieijish
PostPosted: Wed May 31, 2006 12:17 am    Post subject: Reply with quote

Acolyte

Joined: 29 Nov 2004
Posts: 67
Location: London

Sample code:
http://www-304.ibm.com/jct09002c/isv/tech/sampmq.html

Also check your <MQInstallFolder>/Tools folder for more samples
Back to top
View user's profile Send private message
solkit
PostPosted: Wed May 31, 2006 12:54 am    Post subject: Thank you very much Reply with quote

Novice

Joined: 25 May 2006
Posts: 21

sieijish wrote:
Sample code:
http://www-304.ibm.com/jct09002c/isv/tech/sampmq.html

Also check your <MQInstallFolder>/Tools folder for more samples


Very Big thanks.. it's very good information for me. ^^
_________________
^^ have a good day ^^
Back to top
View user's profile Send private message Send e-mail MSN Messenger
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » IBM MQ Java / JMS » tell me how to make topic in broker
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.