Change URI parameter "jms." prefix to "connection." prefix
----------------------------------------------------------
Key: AMQNET-76
URL: https://issues.apache.org/activemq/browse/AMQNET-76
Project: ActiveMQ .Net
Issue Type: Bug
Components: ActiveMQ Client
Reporter: Jim Gomes
Assignee: James Strachan
Priority: Minor
The connection URI takes optional parameters that help configure the connection
settings. These connection parameters are prefixed with "jms.". For example:
tcp://localhost:61616?jms.uselogging=true
This is actually a connection setting. To be more consistent with other URI
configuration settings (e.g., consumer, producer, wireformat), this prefix
should be changed to "connection." This makes the URI more internally
consistent. The new URI format would look like:
tcp://localhost:61616?connection.uselogging=true
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.