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


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.

Reply via email to