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.