RE: JMS connection pooling configuration instance wide in Camel 3.0.0 (Karaf 4.2.7)

2020-01-06 Thread k.j.chernov
Hi. That's how I did it (with artemis, though I suppose it would be the same with the activemq): feature:repo-add mvn:org.apache.activemq/artemis-features/2.10.1/xml/features feature:install -u -r pax-jms-artemis pax-jms-pool pax-jms-config jms Then create a etc/org.ops4j.connectionfactory-defau

Re: JMS connection pooling configuration instance wide in Camel 3.0.0 (Karaf 4.2.7)

2020-01-06 Thread Jean-Baptiste Onofré
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 R

Re: JMS connection pooling configuration instance wide in Camel 3.0.0 (Karaf 4.2.7)

2020-01-06 Thread Gerald Kallas
Thanks, JB. I tried these commands .. karaf@root()> feature:repo-add hawtio 2.8.0 Adding feature url mvn:io.hawt/hawtio-karaf/2.8.0/xml/features karaf@root()> feature:repo-add activemq 5.15.11 Adding feature url mvn:org.apache.activemq/activemq-karaf/5.15.11/xml/features karaf@root()> feature:rep

Re: JMS connection pooling configuration instance wide in Camel 3.0.0 (Karaf 4.2.7)

2020-01-06 Thread Jean-Baptiste Onofré
Hi Gerald, That's probably because camel-jms comes with JMS 2.0 whereas ActiveMQ is still JMS 1.0. You have to check if you have both JMS version in there. Regards JB On 06/01/2020 13:12, Gerald Kallas wrote: > Thanks, JB. > > I tried these commands .. > > karaf@root()> feature:repo-add hawti

Re: JMS connection pooling configuration instance wide in Camel 3.0.0 (Karaf 4.2.7)

2020-01-06 Thread Gerald Kallas
Thanks JB. @Camel folks, any comments on this question from JB? Thanks - Gerald > Jean-Baptiste Onofré hat am 6. Januar 2020 um 13:15 > geschrieben: > > > Hi Gerald, > > That's probably because camel-jms comes with JMS 2.0 whereas ActiveMQ is > still JMS 1.0. > > You have to check if you h

Re: JMS connection pooling configuration instance wide in Camel 3.0.0 (Karaf 4.2.7)

2020-01-06 Thread Jean-Baptiste Onofré
Hi Gerald, Let me prepare/update Karaf 4.3.0-SNAPSHOT examples with Camel 3.0.0. I keep you posted. Regards JB On 06/01/2020 13:39, Gerald Kallas wrote: > Thanks JB. > > @Camel folks, any comments on this question from JB? > > Thanks > - Gerald > >> Jean-Baptiste Onofré hat am 6. Januar 202