|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
Editing the flow name on bar file |
« View previous topic :: View next topic » |
Author |
Message
|
IBM_Newbie |
Posted: Tue Jan 10, 2012 9:08 pm Post subject: Editing the flow name on bar file |
|
|
Novice
Joined: 05 Dec 2011 Posts: 15
|
We need to deploy same flow to same execution group multiple times.
The flow has MQInput which will listen to multiple queues and we have promoted the QueueName property so that each developer can use his own queue and deploy the flow.
We can have the deployment as we can Edit the flow name on bar file when we have created a bar.
So if we have same flow added in bar file and we use names as Flow and then as Flow1 on bar file, we can have same flow deployed two times with just different name.
Can we overrride this somehow using baroverride as i think its not a configurable property.
I checked the broker.xml for these two bars and the difference is
<Broker><CompiledMessageFlow name="Logging1">
<Broker><CompiledMessageFlow name="Logging">
Can we change this using bar override? Is there a better way to do this? |
|
Back to top |
|
 |
mqjeff |
Posted: Wed Jan 11, 2012 5:06 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
mqsiapplybaroverride only allows you to change message flow properties, not the contents of the bar file.
It is possible to unpack the bar file, adjust things, and alter the name of the message flow and then repack the bar file. It's not quite as simple as changing the contents of broker.xml however. It's likely not *supported* to do this, however.
And, again, mqsiapplybaroverrides doesn't let you do this.
You might consider turning your flow into a pattern instead. Then you can create a new instance of the pattern for each developer, which will have a new name. |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|