Add a static create method to CMS ConnectionFactory
---------------------------------------------------
Key: AMQCPP-151
URL: https://issues.apache.org/activemq/browse/AMQCPP-151
Project: ActiveMQ C++ Client
Issue Type: Improvement
Components: CMS Impl, Example Code
Affects Versions: 2.1.1, 2.1, 2.0.1, 2.0
Environment: All
Reporter: Timothy Bish
Assignee: Timothy Bish
Priority: Minor
Fix For: 2.2
Create a new static method in CMS interface ConnectinFactory called
createCMSConnectionFactory. This method is to be left unimplemented in the CMS
API and will be the responsibility of the Provider to implement it. This
allows users to create connection factories without knowing what provider
library is linked with the application.
Client then only needs to calls
ConnectionFactory::createCMSConnectionFactory( uri );
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.