Details
-
New Feature
-
Status: Open
-
Major
-
Resolution: Unresolved
-
3.9.4
Description
While one can get/setConnectionId() in ActiveMQConnection class (via ConnectionId class), this is not possible in ActiveMQConnectionFactory. This could be implemented inside
ActiveMQConnectionFactory::configureConnection(ActiveMQConnection* connection)
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.