Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
All
Description
It's quite inconvenient to have to edit a text file on each checkout. An ideal way of managing the broker URL would be defaulting to tcp://localhost:61616 and reading the rest from a special en environment variable, let's say ACTIVEMQ_URL. This way, if somone's broker is set up at a non-default hostname, the necessary tweak would be specific to that user's system, and not to a copy of the source tree. I'd happily volunteer to implement the change myself.