Author |
Message
|
abcd1234 |
Posted: Mon Apr 28, 2008 4:42 am Post subject: Creating an independent environment |
|
|
Newbie
Joined: 27 Apr 2008 Posts: 6
|
I was wondering if someone could point out how i would connect a config queue manager to the broker queue manager. What channels and if listener ports need to be addressed in each of the compopnents.
Many thanks in advance. |
|
Back to top |
|
 |
Vitor |
Posted: Mon Apr 28, 2008 5:04 am Post subject: Re: Creating an independent environment |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
abcd1234 wrote: |
What channels and if listener ports need to be addressed in each of the compopnents.
|
Listeners are essential for any queue manager (config mgr, broker, or other) to communicate to any other. So you need them.
You also need channels linking the queue managers. There is nothing remarkable about them (they're not special broker channels or anything). You also need a default route between the queue managers for the messages to flow over.
Consult the documentation for full details.  _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
abcd1234 |
Posted: Mon Apr 28, 2008 5:16 am Post subject: |
|
|
Newbie
Joined: 27 Apr 2008 Posts: 6
|
Thanks for that, so initially i would need to create the Config and broker using command console i.e mqsicreateconfigmgr $CONFIG -iDB2...
mqsicreatebroker $BRK -iDB2...
Is this correct? |
|
Back to top |
|
 |
Vitor |
Posted: Mon Apr 28, 2008 5:20 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
abcd1234 wrote: |
initially i would need to create the Config and broker using command console i.e mqsicreateconfigmgr $CONFIG -iDB2...
mqsicreatebroker $BRK -iDB2...
|
The procedure is documented.  _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
vijayaleads |
Posted: Mon Apr 28, 2008 10:11 am Post subject: |
|
|
Novice
Joined: 10 Jan 2008 Posts: 22
|
If you are on V 6.0,only one qmgr is sufficient to handle both config manager and borker. |
|
Back to top |
|
 |
PeterPotkay |
Posted: Mon Apr 28, 2008 10:13 am Post subject: |
|
|
 Poobah
Joined: 15 May 2001 Posts: 7722
|
That's the case for all current versions of the broker, not just 6.0. Whether its a good idea or not is open to debate. _________________ Peter Potkay
Keep Calm and MQ On |
|
Back to top |
|
 |
jefflowrey |
Posted: Mon Apr 28, 2008 10:17 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
PeterPotkay wrote: |
That's the case for all current versions of the broker, not just 6.0. Whether its a good idea or not is open to debate. |
It's great for developer workstations. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
PeterPotkay |
Posted: Mon Apr 28, 2008 10:24 am Post subject: |
|
|
 Poobah
Joined: 15 May 2001 Posts: 7722
|
I told myself I would never waste the bandwidth to post this smiley, but what the heck....  _________________ Peter Potkay
Keep Calm and MQ On |
|
Back to top |
|
 |
Vitor |
Posted: Mon Apr 28, 2008 1:01 pm Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
PeterPotkay wrote: |
I told myself I would never waste the bandwidth to post this smiley, but what the heck....  |
It's a seductive little smiley, isn't it?  _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
AkankshA |
Posted: Mon Apr 28, 2008 8:56 pm Post subject: |
|
|
 Grand Master
Joined: 12 Jan 2006 Posts: 1494 Location: Singapore
|
|
Back to top |
|
 |
JosephGramig |
Posted: Tue Apr 29, 2008 12:56 pm Post subject: |
|
|
 Grand Master
Joined: 09 Feb 2006 Posts: 1244 Location: Gold Coast of Florida, USA
|
PeterPotkay wrote: |
That's the case for all current versions of the broker, not just 6.0. Whether its a good idea or not is open to debate. |
Not so for non Windows platforms @ V5.0
Can't run CM on non Windows @ V5.0 and so it takes a Windows <true thought deleted> to get the job done.
Yep, V5.0 still good for 5 more months... |
|
Back to top |
|
 |
fjb_saper |
Posted: Tue Apr 29, 2008 2:18 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
V5 I thought I'd throw this one in just for fun  _________________ MQ & Broker admin |
|
Back to top |
|
 |
|