R: Issue accessing cert file in camel

2020-02-26 Thread Andrea Cosentino
Maybe report the version Inviato da Yahoo Mail su Android Il mer, 26 feb, 2020 alle 21:58, Kaithakottil, Manoj (GST) ha scritto: We are facing the following error from camel trying to access the cacerts file we have defined in our camel-routes.xml file.   Section of code in

Re: Stopping a Route when no more messages meet JMS selector

2020-02-26 Thread nomit babraa
Hi Thanks for all the input. Decided to use Jan's excellent suggestion, and non-IDE tested code that worked straight off! :) Many thanks indeed, I'm slowly learning how powerful Camel is! Cheers On Mon, 24 Feb 2020 at 23:02, Jan Bednář wrote: > > Hi, > another idea can be pollEnrich. Content

Issue accessing cert file in camel

2020-02-26 Thread Kaithakottil, Manoj (GST)
We are facing the following error from camel trying to access the cacerts file we have defined in our camel-routes.xml file. Section of code in camel-routes.xml: Error receiving from camel container: Caused by: org.apache.camel.ResolveEndpointFailedException: Failed

special delay

2020-02-26 Thread Joseph M'BIMBI-BENE
Hello, i would like to know if that is possible in Camel to consumer with an initial delay but not have a delay after every message. If that is not clear, here is a picture of what is would like: [image: image.png] Thank you

Re: SJMS2 vs JMS components for transfer messages from and to ActiveMQ Artemis

2020-02-26 Thread Mikhail Lukyanov
I updated Camel to the new version 2.25.0 and ran the tests described. The speeds did not change For SJMS2 ~8 000 msg/s [image: image.png] For common JMS ~20 000 msg/s [image: image.png] ср, 26 февр. 2020 г. в 16:05, Andrea Cosentino : > 2.20.2 is really old. You can try with newer versions. >

Re: SJMS2 vs JMS components for transfer messages from and to ActiveMQ Artemis

2020-02-26 Thread Andrea Cosentino
2.20.2 is really old. You can try with newer versions. Il giorno mer 26 feb 2020 alle ore 13:59 Mikhail Lukyanov < lukyanov...@gmail.com> ha scritto: > I am trying to find the fastest way to transfer messages from one ActiveMQ > queue to another Artemis. And I thought that the SJMS2 component

SJMS2 vs JMS components for transfer messages from and to ActiveMQ Artemis

2020-02-26 Thread Mikhail Lukyanov
I am trying to find the fastest way to transfer messages from one ActiveMQ queue to another Artemis. And I thought that the SJMS2 component would be faster than traditional JMS, but routing with JMS is 2.5 times faster (20 000 vs 8000 msg/s). I use Camel version 2.20.2 and Artemis version 2.11.0.