Author |
Message
|
mvarghese |
Posted: Mon Apr 14, 2008 4:09 pm Post subject: 1 broker in 2 configmgr issue |
|
|
Centurion
Joined: 27 Sep 2006 Posts: 141
|
I have BROK1 which is already connected with ConfigMgr1,and able todeploy the flows.
But want to deploy flows using another config mgr in my local system.
When i tried to deploy using second conn to Config 2, am getting errors such as config Mgr not able to found broker...finally unable to deploy the msg flows using seconf config mgr.
I tried with diconn config1 to BROK1 from first toolkit.
What things to take care, to make sure that first entries of Config Mgr is perfectly removed from Brok1 database and able to connect/deploy using second Config Mgr. _________________ Jain Varghese |
|
Back to top |
|
 |
jefflowrey |
Posted: Mon Apr 14, 2008 4:29 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
You can not connect the same broker to more than one configmgr.
You do not need to connect the same broker to more than one configmgr. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
lpunati |
Posted: Tue Apr 15, 2008 6:12 am Post subject: |
|
|
Newbie
Joined: 20 Dec 2007 Posts: 5
|
Jeff,
I need to know..how to disconnect safely from first Config Mgr and connect the same broker to second config Mgr. |
|
Back to top |
|
 |
jefflowrey |
Posted: Tue Apr 15, 2008 6:21 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
lpunati wrote: |
Jeff,
I need to know..how to disconnect safely from first Config Mgr and connect the same broker to second config Mgr. |
I'm sorry.... Is this a different question from a different poster?
You have to delete the broker to do this.
Or in v6.1 you can adopt the broker using the CMP API Exerciser.
You CAN NOT and DO NOT need or WANT to switch what configmgr a broker is assigned to on a regular basis. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
lpunati |
Posted: Tue Apr 15, 2008 10:58 am Post subject: |
|
|
Newbie
Joined: 20 Dec 2007 Posts: 5
|
ok.we are in same team..I don't have login to mqseries.net so am using lpunati system.
Basically once a Broker is a part of Config Mgr1, we cannot swicth to Config 2..Only option is deletion of Broker...we are in phase of tesing our env using 6.1 Mb
Thanks
Jain |
|
Back to top |
|
 |
AkankshA |
Posted: Tue Apr 15, 2008 8:15 pm Post subject: |
|
|
 Grand Master
Joined: 12 Jan 2006 Posts: 1494 Location: Singapore
|
lpunati wrote: |
Only option is deletion of Broker... we are in phase of tesing our env using 6.1 Mb
|
jefflowrey wrote: |
Or in v6.1 you can adopt the broker using the CMP API Exerciser.
|
 _________________ Cheers |
|
Back to top |
|
 |
rmah |
Posted: Mon Apr 21, 2008 5:26 pm Post subject: |
|
|
Centurion
Joined: 04 May 2007 Posts: 142
|
lpunati wrote: |
ok.we are in same team..I don't have login to mqseries.net so am using lpunati system.
Basically once a Broker is a part of Config Mgr1, we cannot swicth to Config 2..Only option is deletion of Broker...we are in phase of tesing our env using 6.1 Mb
Thanks
Jain |
I've never tried this before. But can't you delete the broker from the Config1 config. manager repos., delete the existing sender/receiver channels between broker and Config1, create the sender/receiver channels between broker and Config2, add broker to Config2 config. manager repos., then use the CMP API to set the UUID of the broker?
Again, I've never tried this before, but it's just a hunch. Again, I may be talking BS.
However, I don't know why you would want to do this, or associate 1 broker with 2 config. managers, but hey, it's a funny world we live in.  _________________ MQ 6.0.2.3
Broker 6.0.0.7
for Linux |
|
Back to top |
|
 |
mqmatt |
Posted: Mon Apr 21, 2008 11:57 pm Post subject: |
|
|
 Grand Master
Joined: 04 Aug 2004 Posts: 1213 Location: Hursley, UK
|
rmah wrote: |
But can't you delete the broker from the Config1 config. manager repos., delete the existing sender/receiver channels between broker and Config1, create the sender/receiver channels between broker and Config2, add broker to Config2 config. manager repos., then use the CMP API to set the UUID of the broker? |
Yes, that would work in v6.0, but you won't be able to manage any existing message flows that are deployed to the broker. (In effect, it's often easier to delete and recreate the broker.)
In v6.1 I deprecated setUUID() and replaced it with broker adoption; it's far more useful. |
|
Back to top |
|
 |
|