Author |
Message |
Topic: broker.xml update for a given flow |
brokernewbie
Replies: 13 Views: 7022
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jan 20, 2015 12:40 pm Subject: broker.xml update for a given flow |
I would have tested but it will be some effort to update the Java code and test, so if someone knows how the mqsideploy behaves with the -d switch, it would be nice to know :
Q1: BAR B1 has 10 flow ... |
Topic: broker.xml update for a given flow |
brokernewbie
Replies: 13 Views: 7022
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jan 20, 2015 12:37 pm Subject: broker.xml update for a given flow |
You presume wrong. It's an option on the deploy.
Cool, very rarely it feels nice to be called wrong. So I looked up the documentation:
- mqsideploy with the switch -d deployedObjects (not discus ... |
Topic: broker.xml update for a given flow |
brokernewbie
Replies: 13 Views: 7022
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jan 20, 2015 10:32 am Subject: broker.xml update for a given flow |
Also when deploying your delta make sure you don't use the option to remove all deployed artifacts before doing the deploy
I am presuming this is an option available in the toolkit.
We use Jenki ... |
Topic: broker.xml update for a given flow |
brokernewbie
Replies: 13 Views: 7022
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jan 20, 2015 10:30 am Subject: broker.xml update for a given flow |
Ok. Then why do you need to merge two bar files? If you're building a bar file that contains only the changed resources.. then when you deploy it, only the changed resources will get deployed and only ... |
Topic: broker.xml update for a given flow |
brokernewbie
Replies: 13 Views: 7022
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Jan 18, 2015 1:38 pm Subject: broker.xml update for a given flow |
mqjeff
Well, again, the way you would do that is to build a bar file that only contains the new flows.
That is what we are doing. give user an interface to select 1 or more flows they want to bui ... |
Topic: broker.xml update for a given flow |
brokernewbie
Replies: 13 Views: 7022
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jan 16, 2015 7:01 am Subject: broker.xml update for a given flow |
mqjeff thanks for the quick response,but
The usual approach is to build a new bar file that contains all of the necessary resources from source control directly.
Understand, but we have a cle ... |
Topic: broker.xml update for a given flow |
brokernewbie
Replies: 13 Views: 7022
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jan 15, 2015 2:11 pm Subject: broker.xml update for a given flow |
1) I build BAR B1 using a script with 10 flows. It has 10 .cmf and 1 broker.xml which has information about these 10 flows.
2) I compile for the same BAR again - BAR B2 with a single new flow. So thi ... |