Author |
Message
|
jamesyu |
Posted: Fri Mar 05, 2010 7:44 am Post subject: Where to find the broker.xml after deploying a Bar file? |
|
|
Acolyte
Joined: 31 Jan 2007 Posts: 70
|
Hi All,
I want to know where to find the broker.xml on Aix or Windoes after deploying a bar file?
Just wanted to know what had been deployed to broker runtime.
Thanks,
James |
|
Back to top |
|
 |
mqjeff |
Posted: Fri Mar 05, 2010 7:53 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
The ConfigMgr proxy will tell you this, no reason to look at the file system.
mqsilist will probably tell you most of this, no reason to look at the file system.
Unless you're at v7, this probably isn't in the file system anyway. |
|
Back to top |
|
 |
Vitor |
Posted: Fri Mar 05, 2010 7:56 am Post subject: Re: Where to find the broker.xml after deploying a Bar file? |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
jamesyu wrote: |
Just wanted to know what had been deployed to broker runtime. |
Ask the broker - it mantains details of the date, time, name and other items of the bar file.
The actual XML is consumed by the broker and used to update it's configuration. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
jamesyu |
Posted: Fri Mar 05, 2010 7:59 am Post subject: |
|
|
Acolyte
Joined: 31 Jan 2007 Posts: 70
|
mqjeff wrote: |
The ConfigMgr proxy will tell you this, no reason to look at the file system.
mqsilist will probably tell you most of this, no reason to look at the file system.
Unless you're at v7, this probably isn't in the file system anyway. |
I am using broker v6.1.0.4. The flow was deployed to AIX broker. But wanted to check what queue the MQGet node is listneing to. More details? |
|
Back to top |
|
 |
Vitor |
Posted: Fri Mar 05, 2010 8:01 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
jamesyu wrote: |
I am using broker v6.1.0.4. The flow was deployed to AIX broker. But wanted to check what queue the MQGet node is listneing to. More details? |
Obtain the name & details of the bar file as previously posted.
Cross-reference that bar file with the build process that produced it.
Obtain the same source code used in the build from your source code repository.
Check the MQGet node configuration. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
Vitor |
Posted: Fri Mar 05, 2010 8:01 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
or run a user trace  _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
mqjeff |
Posted: Fri Mar 05, 2010 8:43 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
What if the flow code overrides this?
The MQGet node doesn't *listen* to a queue, btw. It merely gets a single message from it. |
|
Back to top |
|
 |
Vitor |
Posted: Fri Mar 05, 2010 9:18 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
mqjeff wrote: |
What if the flow code overrides this?
The MQGet node doesn't *listen* to a queue, btw. It merely gets a single message from it. |
Valid points
So you'd also need to refer to the deploy process to see if a bar override is in use.
Or run a trace. Which I'm increasingly uncertain actually shows the queue name the MQGet is using....  _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
|