Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 72952 invoked from network); 26 Jan 2008 21:32:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Jan 2008 21:32:45 -0000 Received: (qmail 61040 invoked by uid 500); 26 Jan 2008 21:32:36 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 61017 invoked by uid 500); 26 Jan 2008 21:32:36 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 61007 invoked by uid 99); 26 Jan 2008 21:32:35 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 26 Jan 2008 13:32:35 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 26 Jan 2008 21:32:17 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 9136E71425F for ; Sat, 26 Jan 2008 13:32:24 -0800 (PST) Message-ID: <25900989.1201383144591.JavaMail.jira@brutus> Date: Sat, 26 Jan 2008 13:32:24 -0800 (PST) From: "Timothy Bish (JIRA)" To: dev@activemq.apache.org Subject: [jira] Resolved: (AMQCPP-148) Add support for embedding environment variables in connection URI In-Reply-To: <12819767.1192627583656.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on 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.