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 » Clustering » Is my design on the right track?

Post new topic  Reply to topic
 Is my design on the right track? « View previous topic :: View next topic » 
Author Message
samsam007
PostPosted: Sun Nov 09, 2008 2:22 pm    Post subject: Is my design on the right track? Reply with quote

Centurion

Joined: 30 Oct 2008
Posts: 107

Hi,

Here is an example I proposed for the design.

The interconnection between Qmgrs and Brokers are shown as below:
[url]
http://www.ip6.com.au/WMQ-Design1.pdf
[/url]

The following shown the objects for QM.QMGR1:
QMGR1.ALIAS.RECEIVER.QUEUE
QMGR1.CLUS.RECEIVER.QUEUE
QMGR1.ALIAS.REPLY.QUEUE
QMGR1.CLUS.REPLY.QUEUE
CHANNEL.TO.QMGR1
CHANNEL.TO.QMGR2
CHANNEL.TO.BK1
QMGR1.XMITQ
QMGR1.ALIAS.PUB-QUEUE
QMGR1.XMIT-TO-STREAM.QUEUE
QMGR1.ALIAS.SUB-QUEUE
QMGR1.XMIT-TO-CONTROL.QUEUE

I am not really sure if my design to the above is correct, and it seems there are quit alot objects need to be defined for QMGR1 shown as above.

Your help is greatly appreciated.
Thanks
Back to top
View user's profile Send private message
fjb_saper
PostPosted: Sun Nov 09, 2008 2:55 pm    Post subject: Reply with quote

Grand High Poobah

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

Check your queues with the name XMIT in it. Doesn't make much sense to me but then it may make perfect sense to you...
_________________
MQ & Broker admin
Back to top
View user's profile Send private message Send e-mail
samsam007
PostPosted: Sun Nov 09, 2008 4:18 pm    Post subject: Reply with quote

Centurion

Joined: 30 Oct 2008
Posts: 107

fjb_saper wrote:
Check your queues with the name XMIT in it. Doesn't make much sense to me but then it may make perfect sense to you...


Thank you for your comment.

This is where I still feel confuse.
Since a broker should have a qmgr associated with, I thought I have to create a transmission queue in broker's qmgr to transmit pub/sub request to the control queue in the broker. But I could be completely wrong. If it is wrong, how to correct it?

Thanks
Back to top
View user's profile Send private message
samsam007
PostPosted: Sun Nov 09, 2008 10:19 pm    Post subject: Reply with quote

Centurion

Joined: 30 Oct 2008
Posts: 107

samsam007 wrote:
fjb_saper wrote:
Check your queues with the name XMIT in it. Doesn't make much sense to me but then it may make perfect sense to you...


Thank you for your comment.

This is where I still feel confuse.
Since a broker should have a qmgr associated with, I thought I have to create a transmission queue in broker's qmgr to transmit pub/sub request to the control queue in the broker. But I could be completely wrong. If it is wrong, how to correct it?

Thanks


I also found that the "IBM Help System" doesn't mention anything about assoicate Broker with a Qmgr. Its example "Broker configuration stanza" does not mentioned Qmgr at all.

Do I really need a Qmgr to associate with the Broker? or if this only for another Broker product, not WMQ broker? Beg your pardon if I am asking this silly question. As some of the question/answers in this forum confused me with what the IBM Help System told me about.

Thanks
Back to top
View user's profile Send private message
ranganathan
PostPosted: Sun Nov 09, 2008 11:27 pm    Post subject: Reply with quote

Centurion

Joined: 03 Jul 2008
Posts: 104

As you might know, we definitely need a supported version of MQ Queue Manager and a supported Database for a WebSphere Message Broker to work.

As per my knowledge the association happens by properly defining channels between QMs (broker QM, CFGMGR QM)
Back to top
View user's profile Send private message
samsam007
PostPosted: Mon Nov 10, 2008 12:18 am    Post subject: Reply with quote

Centurion

Joined: 30 Oct 2008
Posts: 107

ranganathan wrote:
As you might know, we definitely need a supported version of MQ Queue Manager and a supported Database for a WebSphere Message Broker to work.

As per my knowledge the association happens by properly defining channels between QMs (broker QM, CFGMGR QM)


in the IBM Help System, I don't see a clue about how to setup a broker and its qmgr as well as its cfgmgr. But I found this confiugration detail in the standalone websphere message broker manuel.

If you know where the document describe how to setup WMQ broker and its qmgr, please let me know. As I only see some very simple configuration examples in the IBM Help System, only tell me how to setup the WMQ Broker alone.

Thanks
Back to top
View user's profile Send private message
ranganathan
PostPosted: Mon Nov 10, 2008 12:32 am    Post subject: Reply with quote

Centurion

Joined: 03 Jul 2008
Posts: 104

First of all go through the Quick tour in this link...

http://publib.boulder.ibm.com/infocenter/wmbhelp/v6r0m0/index.jsp

and read the Message Brokerv6 fundamentals..
Back to top
View user's profile Send private message
samsam007
PostPosted: Mon Nov 10, 2008 3:02 am    Post subject: Reply with quote

Centurion

Joined: 30 Oct 2008
Posts: 107

ranganathan wrote:
First of all go through the Quick tour in this link...

http://publib.boulder.ibm.com/infocenter/wmbhelp/v6r0m0/index.jsp

and read the Message Brokerv6 fundamentals..


Thanks very much for the link.
I have read it thru, but that is only for WMB. We are using WMQB.
Is there tutorial like WMB for WMQB?
How is the difference bewteen WMQB and WMB when setting up a broker?
As far as I know, setting up a WMQB require only setup some Stream queues and control queues.

Thanks
Sam
Back to top
View user's profile Send private message
samsam007
PostPosted: Mon Nov 10, 2008 1:34 pm    Post subject: Reply with quote

Centurion

Joined: 30 Oct 2008
Posts: 107

samsam007 wrote:
ranganathan wrote:
First of all go through the Quick tour in this link...

http://publib.boulder.ibm.com/infocenter/wmbhelp/v6r0m0/index.jsp

and read the Message Brokerv6 fundamentals..


Thanks very much for the link.
I have read it thru, but that is only for WMB. We are using WMQB.
Is there tutorial like WMB for WMQB?
How is the difference bewteen WMQB and WMB when setting up a broker?
As far as I know, setting up a WMQB require only setup some Stream queues and control queues.

Thanks
Sam


I will assumed there is no QMGR invoke with WMQB product. To setup communication between external apps and the broker, I only need to sestup the WMQB without touching or setup a QMGR.

Am I correct?

Tnanks
Back to top
View user's profile Send private message
fjb_saper
PostPosted: Mon Nov 10, 2008 2:51 pm    Post subject: Reply with quote

Grand High Poobah

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

The MQ broker comes with WebSphere MQ and will need to setup some additional SYSTEM objects before it can run.

Just like the WebSphere Message Broker it lives on top of the qmgr. Think of all your communications to the broker as going through MQ and the broker is just another application on top of MQ. Enjoy
_________________
MQ & Broker admin
Back to top
View user's profile Send private message Send e-mail
samsam007
PostPosted: Mon Nov 10, 2008 2:59 pm    Post subject: Reply with quote

Centurion

Joined: 30 Oct 2008
Posts: 107

fjb_saper wrote:
The MQ broker comes with WebSphere MQ and will need to setup some additional SYSTEM objects before it can run.

Just like the WebSphere Message Broker it lives on top of the qmgr. Think of all your communications to the broker as going through MQ and the broker is just another application on top of MQ. Enjoy


Are these objects include the following:
- Message flows, (in broker)
- Message sets, (in broker)
- Stream queues (in broker)
- Default control queues (in broker)
- and Configuration manager (not sure whether I need it for WMQB)
- Channels between Broker and its Qmgr (not sure whether I need it).

Please advice.

Thanks
sam
Back to top
View user's profile Send private message
fjb_saper
PostPosted: Mon Nov 10, 2008 3:01 pm    Post subject: Reply with quote

Grand High Poobah

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

Go to the infocenter for the broker and read the getting started manuals...
There should be a link on the left in the "library" page for the broker "library"...


_________________
MQ & Broker admin
Back to top
View user's profile Send private message Send e-mail
samsam007
PostPosted: Mon Nov 10, 2008 3:43 pm    Post subject: Reply with quote

Centurion

Joined: 30 Oct 2008
Posts: 107

fjb_saper wrote:
Go to the infocenter for the broker and read the getting started manuals...
There should be a link on the left in the "library" page for the broker "library"...



yeah, I just re-visited the *library*, the broker part of the IBM help system. It said that the broker of WMQB is part of the Qmgr, it uses the name of the Qmgr but built-in some basic broker features. There is no message flows and message blocks built-in.

I take it what it said. I just added a pair of stream queue and control queue for each of my external application to handle publish and subscription.

Am I correct?

Thanks for the help.
Back to top
View user's profile Send private message
ranganathan
PostPosted: Mon Nov 10, 2008 9:24 pm    Post subject: Reply with quote

Centurion

Joined: 03 Jul 2008
Posts: 104

samsam007 wrote:

Thanks very much for the link.
I have read it thru, but that is only for WMB. We are using WMQB.
Is there tutorial like WMB for WMQB?

Thanks
Sam


Sorry.. I didn't notice that you are asking for MQ broker..

I dont know if the following link would be useful for you.. give it a try.. Its about migrating your pub/sub from MQ broker to Event broker...

http://publib.boulder.ibm.com/infocenter/wmbhelp/v6r0m0/index.jsp?topic=/com.ibm.etools.mft.eb.doc/aq18570_.htm
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 » Clustering » Is my design on the right track?
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.