You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Dejan Bosanac (JIRA)" <ji...@apache.org> on 2010/12/02 14:11:21 UTC

[jira] Updated: (AMQ-2354) Default the ServerUrl to vm://brokerName?create=false when an embedded broker is specified with brokerXmlConfig

     [ https://issues.apache.org/jira/browse/AMQ-2354?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dejan Bosanac updated AMQ-2354:
-------------------------------

    Fix Version/s:     (was: 5.4.2)
                   5.5.0

> Default the ServerUrl to vm://brokerName?create=false when an embedded broker is specified with brokerXmlConfig
> ---------------------------------------------------------------------------------------------------------------
>
>                 Key: AMQ-2354
>                 URL: https://issues.apache.org/jira/browse/AMQ-2354
>             Project: ActiveMQ
>          Issue Type: Improvement
>          Components: JCA Container
>    Affects Versions: 5.2.0
>            Reporter: Michael McKibben
>            Priority: Minor
>             Fix For: 5.5.0
>
>         Attachments: Default_ServerUrl_to_embedded_broker.patch
>
>   Original Estimate: 0.5h
>  Remaining Estimate: 0.5h
>
> 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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.