You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "John Kostaras (Jira)" <ji...@apache.org> on 2021/02/01 15:22:00 UTC

[jira] [Created] (AMQCPP-658) Add set/getConnectionId() methods to ActiveMQConnectionFactory

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)