You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Timothy Bish (JIRA)" <ji...@apache.org> on 2011/02/10 22:03:57 UTC

[jira] Created: (AMQCPP-350) URI Query params are sometimes missed when creating Connections and Transports.

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

        

[jira] Resolved: (AMQCPP-350) URI Query params are sometimes missed when creating Connections and Transports.

Posted by "Timothy Bish (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AMQCPP-350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Timothy Bish resolved AMQCPP-350.
---------------------------------

    Resolution: Fixed

Fix applied to trunk and 3.2.x fixes branch

> 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