Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
5.2.0
-
None
-
Patch Available
Description
By default, a hardcoded ServerUrl resource configuration property must be specified in the ra.xml to connect to a broker. However, when using an embedded broker initialized from the BrokerXmlConfig configuration property, the ServerUrl should be defaulted to vm://brokerName (where brokerName is obtained via Broker.getBrokerName()). This would enable more flexibility in configuring the embedded broker name (e.g. using spring property substitution to name) as opposed to hardcoding as vm://localhost or some other uri in the ra.xml.
I've created a patch against trunk to ActiveMQResourceAdapter.java that adds this feature.