You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Timothy Bish (JIRA)" <ji...@apache.org> on 2007/10/29 16:08:23 UTC

[jira] Created: (AMQCPP-151) Add a static create method to CMS ConnectionFactory

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.


[jira] Resolved: (AMQCPP-151) Add a static create method to CMS ConnectionFactory

Posted by "Timothy Bish (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/AMQCPP-151?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Timothy Bish resolved AMQCPP-151.
---------------------------------

    Resolution: Fixed

Resolved in SVN Rev 589668

> 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.0, 2.0.1, 2.1, 2.1.1
>         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.