Re: Using ApacheArtemis

2019-08-21 Thread Claus Ibsen
Hi Yes any of the JMS components or the AMQP component works with Artemis too. They just use JMS api so it works with any such broker On Wed, Aug 21, 2019 at 4:13 PM Andrea Cosentino wrote: > > Do you mean use the jms component to connec to an Artemis instance instead > that ActiveMQ? > > you ca

Re: [ANNOUNCEMENT] Brand new Apache Camel website

2019-08-21 Thread Andrea Cosentino
Thanks Jan :-) Il mer 21 ago 2019, 20:56 Jan Bednář ha scritto: > Hi all, > the redirects are LIVE. > > It is commited in > > https://github.com/apache/camel-website/commit/3da031cc74634d5048a80435ead7646b2dc53872. > > The old URLs, which couldn't be mapped automatically are commented out. > If

Re: [ANNOUNCEMENT] Brand new Apache Camel website

2019-08-21 Thread Jan Bednář
Hi all, the redirects are LIVE. It is commited in https://github.com/apache/camel-website/commit/3da031cc74634d5048a80435ead7646b2dc53872. The old URLs, which couldn't be mapped automatically are commented out. If you find something missing, feel free to edit/submit PR. Jan Dne 21.8.2019 v

Re: Using ApacheArtemis

2019-08-21 Thread Andrea Cosentino
Do you mean use the jms component to connec to an Artemis instance instead that ActiveMQ? you can use sjms2 component for this. Il giorno mer 21 ago 2019 alle ore 16:09 Tobias Letschka ha scritto: > > Hi, > > Is it possible to use apache artemis instead activmq in camel? > > Regards, > > Tobias

Using ApacheArtemis

2019-08-21 Thread Tobias Letschka
Hi, Is it possible to use apache artemis instead activmq in camel? Regards, Tobias

Re: Using SIMPLE JMS2 COMPONENT in SpringBoot+Camel Project

2019-08-21 Thread Claus Ibsen
spring-boot-activemq as you are using the camel-sjms2-starter. camel-activemq-starter is for the jms component that has been adjusted for activemq On Wed, Aug 21, 2019 at 11:16 AM Wang Yan wrote: > > Hello Claus, > Thanks for your reply. My question is > For ActiveMQ, there are two starters cam

Re: Using SIMPLE JMS2 COMPONENT in SpringBoot+Camel Project

2019-08-21 Thread Wang Yan
Hello Claus, Thanks for your reply. My question is For ActiveMQ, there are two starters camel-activemq-starter and spring-boot-starter-activemq Do i need both of them? or just one from them? If just one, which one should I use? Thanks and Rgds W.Y On Wed, Aug 21, 2019 at 7:11 AM Claus Ibsen-2 [v