Author |
Message
|
au@kosa |
Posted: Mon Mar 05, 2007 11:01 pm Post subject: bar Builder |
|
|
 Centurion
Joined: 04 Jan 2007 Posts: 103 Location: pune
|
What is a bar Builder. I heard it is a utility to change bar file properties. Guys i need help to dig more information on this. _________________ Regards,
au@kosa
IBM Certified SOA Solution Designer/Associate |
|
Back to top |
|
 |
jefflowrey |
Posted: Tue Mar 06, 2007 4:25 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Who did you hear it from?
What do they mean?
With the 6.0.2.0 Toolkit, there is mqsiapplybarfileoverrides.
And there is mqsicreatebar.
And there's a devWorks article that you can go look for that has source code for something that will update the broker.xml file. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
AkankshA |
Posted: Tue Mar 06, 2007 4:53 am Post subject: |
|
|
 Grand Master
Joined: 12 Jan 2006 Posts: 1494 Location: Singapore
|
there's a tool barscripter also which helps u in configuring bar file properties _________________ Cheers |
|
Back to top |
|
 |
au@kosa |
Posted: Tue Mar 06, 2007 4:53 am Post subject: |
|
|
 Centurion
Joined: 04 Jan 2007 Posts: 103 Location: pune
|
Hi Jefflowrey
Actualy, i have used in my previous company. Unfornutaly, i did not carry it along with me while switching the company (8 months back).
It allows us to change the properties by fiddling with broker.xml file.
With this we can remove the dependency on Message broker Toolkit at the time of deployment.
Quote: |
With the 6.0.2.0 Toolkit, there is mqsiapplybarfileoverrides. |
This might help me "mqsiapplybarfileoverrides". _________________ Regards,
au@kosa
IBM Certified SOA Solution Designer/Associate |
|
Back to top |
|
 |
jefflowrey |
Posted: Tue Mar 06, 2007 5:02 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
I guess it's mqsiapplybaroverride. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
au@kosa |
Posted: Tue Mar 06, 2007 5:11 am Post subject: |
|
|
 Centurion
Joined: 04 Jan 2007 Posts: 103 Location: pune
|
Thanks Jefflowrey,
You are right. It is mqsiapplybaroverride. _________________ Regards,
au@kosa
IBM Certified SOA Solution Designer/Associate |
|
Back to top |
|
 |
jboller001 |
Posted: Mon Mar 26, 2007 11:11 am Post subject: |
|
|
 Apprentice
Joined: 31 May 2006 Posts: 40
|
Can the mqsiapplybaroverride command be used to set properties that haven't been previously set? I'd like to be able to create a bar file using mqsicreatebar and then set the number of additional instances without having to open the toolkit.
Based on the mqsiapplybaroverride example, it appears that you have to define your properties file based on the override, not the uri value in the broker.xml file.
Would I be able to change this value:
<ConfigurableProperty uri="sampleFlow#additionalInstances" />
To:
<ConfigurableProperty ovveride="5" uri="sampleFlow#additionalInstances" />
using mqsiapplybaroverrride? |
|
Back to top |
|
 |
marcin.kasinski |
Posted: Mon Mar 26, 2007 11:36 am Post subject: |
|
|
Sentinel
Joined: 21 Dec 2004 Posts: 850 Location: Poland / Warsaw
|
jboller001 wrote: |
Can the mqsiapplybaroverride command be used to set properties that haven't been previously set? I'd like to be able to create a bar file using mqsicreatebar and then set the number of additional instances without having to open the toolkit.
Based on the mqsiapplybaroverride example, it appears that you have to define your properties file based on the override, not the uri value in the broker.xml file.
Would I be able to change this value:
<ConfigurableProperty uri="sampleFlow#additionalInstances" />
To:
<ConfigurableProperty ovveride="5" uri="sampleFlow#additionalInstances" />
using mqsiapplybaroverrride? |
I dont think so that it can be done.
This tool just replace one string into another (little simplification ).
If there is no string to replace it doesn't work.
I haven't check it but tru to set this value to {INST_NUMBER} and then us this value as a key in property file. _________________ Marcin |
|
Back to top |
|
 |
|