Author |
Message
|
jefflowrey |
Posted: Wed Jun 07, 2006 1:00 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
bower5932 wrote: |
I don't think you need to worry about communication between the two qmgrs since you only have one. |
I think my_mqseries changed that in the course of this thread.
bower5932 wrote: |
As far as what the xmitq having the same name as the qmgr, it helps WMQ do the routing between the two qmgrs without have to create specific QREMOTEs for everything. Details can be found in the Intercommunications Manual. |
Actually, I'm fairly certain that the ConfigMgr requires this because of the way it addresses messages. I just posted a link about an hour ago in a different thread on this same topic ( ) to the section of the Broker Info center that is specific about how to connect components. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
my_mqseries |
Posted: Wed Jun 07, 2006 1:06 pm Post subject: |
|
|
Apprentice
Joined: 03 May 2006 Posts: 31
|
Yes. Jefflowrey. You are right. I have two Queue Managers now. One for Config Mgr and another one for Broker. |
|
Back to top |
|
 |
bower5932 |
Posted: Wed Jun 07, 2006 1:28 pm Post subject: |
|
|
 Jedi Knight
Joined: 27 Aug 2001 Posts: 3023 Location: Dallas, TX, USA
|
I guess I missed the switch to two qmgrs. Sorry about that.
So, if things are setup correctly, you should be able to confirm things work by putting messages using base WMQ between the two qmgrs. If things aren't set up correctly, you should see an orphaned message somewhere in your system (eg, the dead letter queues?). I'm not a broker expert, but my advice would be to go back to the single qmgr. It makes life a lot easier. |
|
Back to top |
|
 |
SpitFire |
Posted: Thu Jun 08, 2006 1:40 am Post subject: |
|
|
 Acolyte
Joined: 01 Aug 2005 Posts: 59 Location: India
|
my_mqseries wrote: |
...The WebSphere MQ queue manager WBIMB_BROKER.queue.manager associated with broker TestMsgBroker is not known to the Configuration Manager's WebSphere MQ queue manager...
|
IMHO, when the configuration manager reports such an error, it is only due to the fact that it is unable to connect to the Broker's queue manager specified. Confirm as the info you have looked up says, to ensure that the XMITQ's is provided with the same name as that of your broker's queue manager. In your case, that would be an XMITQ with the name - 'WBIMB_BROKER.queue.manager'. Try that! _________________ ...: 5|71+ph1|23 :... |
|
Back to top |
|
 |
my_mqseries |
Posted: Fri Jun 09, 2006 3:40 am Post subject: |
|
|
Apprentice
Joined: 03 May 2006 Posts: 31
|
After all this effort it looks like I am able to deploy project to ConfigMgr and Broker. Now I dont see an alert "Execution Group is not Running". Is there anyway I can get confirmed by querying any database table in Broker Database. Where can I see the msg flow in database please? I did go thru each and every database table but I couldn't see. |
|
Back to top |
|
 |
JT |
Posted: Fri Jun 09, 2006 4:39 am Post subject: |
|
|
Padawan
Joined: 27 Mar 2003 Posts: 1564 Location: Hartford, CT.
|
On the broker server, issue the mqsilist command, specifying the broker and execution group. |
|
Back to top |
|
 |
my_mqseries |
Posted: Mon Jun 12, 2006 5:21 am Post subject: |
|
|
Apprentice
Joined: 03 May 2006 Posts: 31
|
The problem still persists. I can see that DataFlowEngine started and is in the list of processes running. All the services are running fine. However, when I deployed a BAR in Broker Admin Navigator to Domain, its not showing up the msg flow under the execution group. I think I am making a mistake in configuration for the deployment objects.
I have created two Queue Managers, one for Config Mgr and another one for Broker. I did test them by programatically putting a message in a Remote Queue. I can see this is transmitted to the queue in other queue manager.
I have few questions.
1. When we create a Domain Connection, which Queue Manager do we
refer there?
2. I thought its ConfigMgr Queue Manager.
3. When we drag a BAR file from Broker Admin Navigator and drop it in
the Domains, what actually happens. Is the bar file getting
deployed to Config Mgr or Broker? I am thinking it is Config Mgr.
4. At this stage I should be able to see the msg flow under the default
Execution Group. Am I right?
5. When I right click on Broker Topology and then Deploy Topology
Configuration then what happens? I am thinking that it would get
deployed to Broker.
6. Where do we configure the Queue Manager for deploying it from Config
Mgr to Broker?
Could someone please help me in explaining above ones.
Thank You |
|
Back to top |
|
 |
my_mqseries |
Posted: Mon Jun 12, 2006 1:21 pm Post subject: |
|
|
Apprentice
Joined: 03 May 2006 Posts: 31
|
Can someone please help me? |
|
Back to top |
|
 |
madi |
Posted: Mon Jun 12, 2006 1:31 pm Post subject: |
|
|
 Chevalier
Joined: 17 Jan 2006 Posts: 475
|
Quote: |
1. When we create a Domain Connection, which Queue Manager do we
refer there?
2. I thought its ConfigMgr Queue Manager. |
right
Quote: |
3. When we drag a BAR file from Broker Admin Navigator and drop it in
the Domains, what actually happens. Is the bar file getting
deployed to Config Mgr or Broker? I am thinking it is Config Mgr. |
no it is deployed in the broker and u dont drop it in the domains but u drop it on the exec grp in ur broker if can see it !!
Quote: |
4. At this stage I should be able to see the msg flow under the default
Execution Group. Am I right? |
right ....... now u will see the flow in the exec grp .... that is after u get the confirmation message from teh config mgr that a successful msg was received ... and u should be looking at ur config mgr event log for successful deploy messages .... are u looking at the event log??
Quote: |
5. When I right click on Broker Topology and then Deploy Topology
Configuration then what happens? I am thinking that it would get
deployed to Broker. |
if u r in v5.0 this is not necessary and frankly i dont what u r talking abt here
Quote: |
6. Where do we configure the Queue Manager for deploying it from Config
Mgr to Broker? |
and finally bar files are deployed to brokers only through config mgrs ......... config mgrs themselves do not have any flows in them !!
--madi |
|
Back to top |
|
 |
|