Hi, Yes, simply use the jms feature: it will use pax-jms that use a managed service with configuration backend.
You have a full JMS example in Karaf distribution: https://github.com/apache/karaf/blob/master/examples/karaf-jms-example/karaf-jms-example-features/src/main/feature/feature.xml#L35 Regards JB On 06/01/2020 09:24, Gerald Kallas wrote: > Dear community, > > I'm currently configuring the JMS connection factory within a blueprint XML > like > > <!-- set JMS connection factory --> > <bean id="jmsConnectionFactory" > class="org.apache.activemq.ActiveMQConnectionFactory"> > <property name="brokerURL" value="tcp://localhost:61616" /> > <property name="userName" value="xxxxx" /> > <property name="password" value="xxxxx" /> > </bean> > > Could this be done in one of the config files in etc folder for the whole > instance of Karaf/Camel? > > Any hints are helpful, tx in advance. > > Best > - Gerald > -- Jean-Baptiste Onofré jbono...@apache.org http://blog.nanthrax.net Talend - http://www.talend.com