[
https://issues.apache.org/activemq/browse/AMQ-1316?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gary Tully resolved AMQ-1316.
-----------------------------
Fix Version/s: 5.2.0
(was: 5.3.0)
Resolution: Fixed
probably fixed for quite a while, in 5.2 in any event.
> ActiveMQManagedConnectionFactory not reading the ServerUrl property in the
> activemq-ds.xml
> ------------------------------------------------------------------------------------------
>
> Key: AMQ-1316
> URL: https://issues.apache.org/activemq/browse/AMQ-1316
> Project: ActiveMQ
> Issue Type: Bug
> Affects Versions: 4.1.1
> Reporter: X
> Priority: Minor
> Fix For: 5.2.0
>
> Original Estimate: 15 minutes
> Remaining Estimate: 15 minutes
>
> There are no getter/setter in
> apache-activemq-4.1.1/src/activemq-ra/src/main/java/org/apache/activemq/ra/ActiveMQManagedConnectionFactory.java
> for the ServerURL
>
> public String getServerUrl() {
> return info.getServerUrl();
> }
> public void setServerUrl(String url) {
> info.setServerUrl(url);
> }
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.