URI Query params are sometimes missed when creating Connections and Transports.
-------------------------------------------------------------------------------

                 Key: AMQCPP-350
                 URL: https://issues.apache.org/jira/browse/AMQCPP-350
             Project: ActiveMQ C++ Client
          Issue Type: Bug
          Components: Transports
    Affects Versions: 3.2.4, 3.3.0
            Reporter: Timothy Bish
            Assignee: Timothy Bish
             Fix For: 3.2.5, 3.3.0


Somee URI formats for composite URIs used for the FailoverTransport cause the 
parser to miss the options on the query portion of the outermost URI which 
means the options the user meant to apply won't be set.

this format works: failover://(...)?...
this doesn't: failover:(...)?...

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to