Hide Forgot
Complexity: Low project_key: SOA Make it possible to use HornetQ configuration switch to be applied to any server configuration specified in a property file.
At present (dev3 build) the tool has the OOTB server configs hardcoded - it would be better if the user could specify the name of the server config that is to have its configuration switched to HornetQ so that user customized configs can be "switched." In its current form, in order for a user to switch a customer configuration, he/she will have to rename the configuration to one of the OOTB server names before running the tool. This could cause user errors and confusion.
The attached replacement for: .../extras/hornetq/build.xml would allow a single profile to be switched to HornetQ by specifying the properties: org.jboss.esb.server.config org.jboss.esb.server.clustered .For example: ant -Dorg.jboss.esb.server.config=mine -Dorg.jboss.esb.server.clustered=true This replacement: will not remove JBM from client and common will not remove JBM from any profile apart from the specified one will install HornetQ in client and common will only install HornetQ in the specified profile Note, that this deviates from the EAP behaviour of changing all profiles.
Attachment: Added: hornetq-build.xml
Affects ER1 as well but I still did not figure out if this is a possible way. Will know more the next week.