You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Christian Schneider (JIRA)" <ji...@apache.org> on 2016/07/14 15:58:20 UTC

[jira] [Created] (KARAF-4624) Create Karaf component to create Activemq connection factories

Christian Schneider created KARAF-4624:
------------------------------------------

             Summary: Create Karaf component to create Activemq connection factories
                 Key: KARAF-4624
                 URL: https://issues.apache.org/jira/browse/KARAF-4624
             Project: Karaf
          Issue Type: New Feature
    Affects Versions: 4.0.5
            Reporter: Christian Schneider
            Assignee: Christian Schneider
             Fix For: 4.1.0, 4.0.6


We already have the jms feature which allows to create connection factories as services. The connection factories are created as blueprint.xmls and put into the deploy folder.

For many cases this is good enough but it has some drawbacks:
- Since karaf 4 we do not require blueprint anymore. So if someone does not want to use blueprint he still has to use it just for the connection factories
- The deploy folder often has timing issues

As ActiveMQ is the most used jms server in the karaf environment I propose to create a small bundle for it that creates connection factory services from configs. 
This will make it easier for people to have a non blueprint deployment and also not rely on the deploy folder.




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)