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 » Broker networking

Post new topic  Reply to topic
 Broker networking « View previous topic :: View next topic » 
Author Message
solkit
PostPosted: Thu Jun 01, 2006 2:05 am    Post subject: Broker networking Reply with quote

Novice

Joined: 25 May 2006
Posts: 21

If I want to make Broker network then do I need WebSphere Message Broker product?

I'd like to know whether I can make the Broker Network systme without WebSphere Message Broker product or not.

If I can, Anyone knows any documents about how to make Broker Network System?

thanks
_________________
^^ have a good day ^^
Back to top
View user's profile Send private message Send e-mail MSN Messenger
sourdas2
PostPosted: Thu Jun 01, 2006 3:51 am    Post subject: Reply with quote

Voyager

Joined: 21 Apr 2006
Posts: 90
Location: Kolkata,India

To create new broker u'll not need to install Message Broker( i.e run time component, no need to install toolkit, if u use want pub - sub then u also need to install event broker). And for broker u will need a database for Broker Database.
If the broker alredy exists(i.e broker is in anothe system and broker queue manager is in your system), u will just need to connect the broker queue manager by sender receiver channel pair along with transmition queue.
_________________
Thanks and Warm Regards
Sourav
Back to top
View user's profile Send private message Send e-mail Yahoo Messenger
sourdas2
PostPosted: Thu Jun 01, 2006 4:03 am    Post subject: Reply with quote

Voyager

Joined: 21 Apr 2006
Posts: 90
Location: Kolkata,India

Documents you can find in
http://www-306.ibm.com/software/integration/wbimessagebroker/library/
See for Configuration Administration and Installation Guide about how to install and create broker network.
_________________
Thanks and Warm Regards
Sourav
Back to top
View user's profile Send private message Send e-mail Yahoo Messenger
solkit
PostPosted: Thu Jun 01, 2006 4:14 am    Post subject: Thanks Reply with quote

Novice

Joined: 25 May 2006
Posts: 21

sourdas2 wrote:
To create new broker u'll not need to install Message Broker( i.e run time component, no need to install toolkit, if u use want pub - sub then u also need to install event broker). And for broker u will need a database for Broker Database.
If the broker alredy exists(i.e broker is in anothe system and broker queue manager is in your system), u will just need to connect the broker queue manager by sender receiver channel pair along with transmition queue.

Thanks for repling.

If I just need to connect the broker queue manager by sender receiver channel pair along with transmition queue then how it is working in clustering.

If I make a cluster with 4 queue managers then can I use broker network between 4 queue managers with out sender receiver channel pair (Because the channels are automatically created in Clustering system).

And an other question.

If If I just need to connect the broker queue manager by sender receiver channel pair along with transmition queue then how can I make the broker hierarchy?
_________________
^^ have a good day ^^
Back to top
View user's profile Send private message Send e-mail MSN Messenger
sourdas2
PostPosted: Thu Jun 01, 2006 4:51 am    Post subject: Reply with quote

Voyager

Joined: 21 Apr 2006
Posts: 90
Location: Kolkata,India

Hi solkit,
intercommunication between broker to broker and broker to configuration manager is done through MQ as an underlying protocol. So the queue manager need to communicate for exchanging information within broker to broker or configmanager to broker.
It can be using clustering or queue manager intercomm. No problem for that.
And also connenect configmgr queue manager with all the broker qmanager as u like...

I could not understand this portion..
Quote:
If If I just need to connect the broker queue manager by sender receiver channel pair along with transmition queue then how can I make the broker hierarchy

If this is broker domain then u have to create a domain and add the brokers in the domain.For that u need to intall WBIMB toolkit.
_________________
Thanks and Warm Regards
Sourav
Back to top
View user's profile Send private message Send e-mail Yahoo Messenger
jefflowrey
PostPosted: Thu Jun 01, 2006 5:08 am    Post subject: Reply with quote

Grand Poobah

Joined: 16 Oct 2002
Posts: 19981

You do not need Message Broker to make a network of publish/subscribe brokers.

The "Publish/Subscribe User's Guide" in the MQ Information Center will fully detail how to create a broker network using the base MQ broker. If you can find a Korean translation!

Each broker is tied to a particular queue manager. In order to connect them, you must first connect each queue manager together. You can do this with MQ Clustering, or you can do this with regular sender/receiver channels.

Once the queue managers are connected, you can then connect the brokers to each other, by specifying the name of the parent broker on the strmqbkr command.

In base MQ Pub/Sub, brokers are connected in a tree structure - with one broker being the root broker. Using Message Broker, you can do different types of topologies.
_________________
I am *not* the model of the modern major general.
Back to top
View user's profile Send private message
solkit
PostPosted: Thu Jun 01, 2006 5:37 am    Post subject: Thanks ^^ Reply with quote

Novice

Joined: 25 May 2006
Posts: 21

jefflowrey wrote:
You do not need Message Broker to make a network of publish/subscribe brokers.

The "Publish/Subscribe User's Guide" in the MQ Information Center will fully detail how to create a broker network using the base MQ broker. If you can find a Korean translation!

Each broker is tied to a particular queue manager. In order to connect them, you must first connect each queue manager together. You can do this with MQ Clustering, or you can do this with regular sender/receiver channels.

Once the queue managers are connected, you can then connect the brokers to each other, by specifying the name of the parent broker on the strmqbkr command.

In base MQ Pub/Sub, brokers are connected in a tree structure - with one broker being the root broker. Using Message Broker, you can do different types of topologies.



Thank you very much.

There is no differnces between Queue manager networks and Broker networks. Am I right?

I will make some clustering queues and distributed queues and test the pub/sub.

One thing what I want to know is the commed to test pub/sub on MQ itself.

There are amqsput(amqsputc) and amqsget(amqsgetc) to test put/get messages. but there should be the topic to use pub/sub so are there any command to test pub/sub as amqsput and amqsget to test put/get messages? Or shold I test it with application only?

thanks ^^
_________________
^^ have a good day ^^
Back to top
View user's profile Send private message Send e-mail MSN Messenger
jefflowrey
PostPosted: Thu Jun 01, 2006 5:41 am    Post subject: Reply with quote

Grand Poobah

Joined: 16 Oct 2002
Posts: 19981

The IH03 support pack includes the "rfhutil" and the "rfhutilc" program, which can be used to test pub/sub.

There is a difference between an MQ network and a pub/sub network. The pub/sub network sits on top of the MQ network, and allows for a broker on one queue manager to distribute a publication that was given to a broker on another queue manager.
_________________
I am *not* the model of the modern major general.
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 » General IBM MQ Support » Broker networking
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.