John Kostaras created AMQCPP-658:
------------------------------------
Summary: Add set/getConnectionId() methods to
ActiveMQConnectionFactory
Key: AMQCPP-658
URL: https://issues.apache.org/jira/browse/AMQCPP-658
Project: ActiveMQ C++ Client
Issue Type: New Feature
Components: CMS Impl
Affects Versions: 3.9.4
Reporter: John Kostaras
Assignee: Timothy A. Bish
Fix For: 3.9.5
While one can get/setConnectionId() in ActiveMQConnection class (via
ConnectionId class), this is not possible in ActiveMQConnectionFactory. This
could be implemented inside
{code:java}
ActiveMQConnectionFactory::configureConnection(ActiveMQConnection*
connection){code}
for example. Or simply add a getConnectionId() in ActiveMQConnectionFactory.
This would be very useful when migrating to CMS from other frameworks that
get/set the connection id at the ActiveMQConnectionFactory level.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)