You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Nathan Mittler (JIRA)" <ji...@apache.org> on 2007/10/17 15:26:23 UTC

[jira] Created: (AMQCPP-148) Add support for embedding environment variables in connection URI

Add support for embedding environment variables in connection URI
-----------------------------------------------------------------

                 Key: AMQCPP-148
                 URL: https://issues.apache.org/activemq/browse/AMQCPP-148
             Project: ActiveMQ C++ Client
          Issue Type: New Feature
          Components: CMS Impl
            Reporter: Nathan Mittler
            Assignee: Nathan Mittler
            Priority: Minor
             Fix For: 2.2


Add support for embedding environment variables in the connection URI to allow things like this:

createConnection("tcp://127.0.0.1:61616?wireFormat=${wireFormat}");

Suggest using the standard bash form for variables "${...}"


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


[jira] Resolved: (AMQCPP-148) Add support for embedding environment variables in connection URI

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

Timothy Bish resolved AMQCPP-148.
---------------------------------

    Resolution: Fixed

Added to trunk: Rev 615500

> Add support for embedding environment variables in connection URI
> -----------------------------------------------------------------
>
>                 Key: AMQCPP-148
>                 URL: https://issues.apache.org/activemq/browse/AMQCPP-148
>             Project: ActiveMQ C++ Client
>          Issue Type: New Feature
>          Components: CMS Impl
>            Reporter: Nathan Mittler
>            Assignee: Timothy Bish
>            Priority: Minor
>             Fix For: 2.2
>
>
> Add support for embedding environment variables in the connection URI to allow things like this:
> createConnection("tcp://127.0.0.1:61616?wireFormat=${wireFormat}");
> Suggest using the standard bash form for variables "${...}"

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


[jira] Assigned: (AMQCPP-148) Add support for embedding environment variables in connection URI

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

Timothy Bish reassigned AMQCPP-148:
-----------------------------------

    Assignee: Timothy Bish  (was: Nathan Mittler)

> Add support for embedding environment variables in connection URI
> -----------------------------------------------------------------
>
>                 Key: AMQCPP-148
>                 URL: https://issues.apache.org/activemq/browse/AMQCPP-148
>             Project: ActiveMQ C++ Client
>          Issue Type: New Feature
>          Components: CMS Impl
>            Reporter: Nathan Mittler
>            Assignee: Timothy Bish
>            Priority: Minor
>             Fix For: 2.2
>
>
> Add support for embedding environment variables in the connection URI to allow things like this:
> createConnection("tcp://127.0.0.1:61616?wireFormat=${wireFormat}");
> Suggest using the standard bash form for variables "${...}"

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


[jira] Work started: (AMQCPP-148) Add support for embedding environment variables in connection URI

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

Work on AMQCPP-148 started by Timothy Bish.

> Add support for embedding environment variables in connection URI
> -----------------------------------------------------------------
>
>                 Key: AMQCPP-148
>                 URL: https://issues.apache.org/activemq/browse/AMQCPP-148
>             Project: ActiveMQ C++ Client
>          Issue Type: New Feature
>          Components: CMS Impl
>            Reporter: Nathan Mittler
>            Assignee: Timothy Bish
>            Priority: Minor
>             Fix For: 2.2
>
>
> Add support for embedding environment variables in the connection URI to allow things like this:
> createConnection("tcp://127.0.0.1:61616?wireFormat=${wireFormat}");
> Suggest using the standard bash form for variables "${...}"

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