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

Reply via email to