camel-quartz is misfiring on startup

2021-12-16 Thread Santiago Acosta
Camel 3.13 (but I also tried 3.6 and results are worse) I have an issue where a quartz route is misfiring at the beginning of the startup. I ran some standalone Quartz scheduler with a simple job and trigger and it works as expected, even with a small interval (<200ms). In the case of Camel, the

Re: camel-quartz is misfiring on startup

2022-01-11 Thread Santiago Acosta
eMillis() + > triggerStartDelay)); > } > > I hope this helps or at least explains the behavior. > I created https://issues.apache.org/jira/browse/CAMEL-17446 related to > the points I mentioned. > > > > On 16/12/2021 21:20, Santiago Acosta wrote: > > Camel 3.13 (b

Re: camel-quartz is misfiring on startup

2022-01-11 Thread Santiago Acosta
> > starting the scheduler does not appear to work, since it sets the start > > > time of the trigger only if it is *less* than 0 which seems > > > counter-intuitive. > > > > > > In QuartzEndpoint.createTrigger(): > > > if (getComponent().getScheduler

RabbitMQ component endpoint may not configure headers exchange type by itself

2022-03-18 Thread Santiago Acosta
Hi there, When working with an exchange of type headers, we need to bind to the queues by declaring maps of header key value pairs for each target queue. There seems to be a RabbitMQ configuration issue/limitation when trying to describe such relationships for binding. I don't know if there is a

Re: RabbitMQ component endpoint may not configure headers exchange type by itself

2022-03-18 Thread Santiago Acosta
you are right! I am using 3.11 but I was looking at the main branch in github as well On Fri, Mar 18, 2022 at 5:55 PM Andrea Cosentino wrote: > It would be good to know the Camel version you're using. > > Il giorno ven 18 mar 2022 alle ore 18:48 Santiago Acosta &l

Why is the Spring RabbitMQ component recommended over the non-Spring component?

2022-07-14 Thread Santiago Acosta
Hi, I was looking at the manual entry for RabbitMQ component on 3.18 (LTS) and found that there is an IMPORTANT notice > It is recommended to use the Camel Spring RabbitMQ component, instead of using this component. This

Re: Camel 3.x and CamelBlueprintTestSupport+CamelTestSupport

2023-01-02 Thread Santiago Acosta
> > I can't find any valid replacement to test blueprint contexts. Did I > miss something ? Should we use deprecated code for tests ? > > Thanks again ! > > Regards. > -- Best regards, *Santiago Acosta Arreaza* Intermodal Telematics S.L. Prisma building, 1st floor, Off

Re: Camel 3.x and CamelBlueprintTestSupport+CamelTestSupport

2023-01-02 Thread Santiago Acosta
; > Regards. > > Le lun. 2 janv. 2023 à 14:10, Santiago Acosta > a écrit : > > > > You made me worry so I went looking for > > > https://github.com/apache/camel/blob/main/components/camel-test/camel-test-junit5/src/main/java/org/apache/camel/test/junit5/CamelTestSupp

Spring RabbitMQ Component

2023-07-14 Thread Santiago Acosta
configuring the CCF directly the intended way to configure Publisher Confirms in Camel? -- Best regards, *Santiago Acosta Arreaza*

Re: Spring RabbitMQ Component

2023-07-14 Thread Santiago Acosta
g > spring.rabbitmq.publisher-confirm-type > and spring.rabbitmq.publisher-returns properties and camel will autowire > the CCF and the AmqpAdmin. > > Il giorno ven 14 lug 2023 alle ore 12:55 Santiago Acosta < > santiago.aco...@intermodaltelematics.com> ha scritto: > > > I