Add the ability to use a Connection URL String to configure ConnectionFactory
-----------------------------------------------------------------------------

                 Key: QPID-1824
                 URL: https://issues.apache.org/jira/browse/QPID-1824
             Project: Qpid
          Issue Type: New Feature
          Components: Java Client
    Affects Versions: M4
            Reporter: Martin Ritchie
            Assignee: Martin Ritchie
             Fix For: 0.5


Summary:

Currently there is no way to use the url format to populate a ConnectionFactory 
so tools such as spring and mule must use the host/port mechanism. This will 
prevent them modifying any of the additional features such as retries or 
failover.

Proposal:

To add:
void setConnectionURLString(String url)
String getConnectionURLString()

Thus allowing tools to set the property: connectionURLString in their 
configuration.

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


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:[email protected]

Reply via email to