RE: [External] Re: Looking for a transactional solution

2021-04-09 Thread Brenneis, Steve
ix times if you don't override it with "jms.redeliveryPolicy.maximumRedeliveries" URL connection property. On Thu, Apr 8, 2021 at 9:27 AM Brenneis, Steve < steve.brenn...@theclearinghouse.org> wrote: > Thank you for your answer George. > &g

RE: [External] Re: Looking for a transactional solution

2021-04-08 Thread Brenneis, Steve
. from("readFromQueue").transacted("PROPAGATION_REQUIRES_NEW").to("direct:doSomeProcessing").to("writeToQ"); from("doSomeProcessing").transacted("PROPAGATION_REQUIRED"); from("writeToQ").transacted(PROPAGATION_REQUIRED&

Looking for a transactional solution

2021-04-07 Thread Brenneis, Steve
I hope this is the right place to ask this question. If not, maybe someone can direct me to the right place. I have an application that reads messages from a queue, passes them off to a content-based router, which then passes them to various validation and transformation routes. At the end of

Bindy problem

2021-02-24 Thread Brenneis, Steve
I am using camel-bindy version 3.8.0 and I'm hitting a null pointer exception because bindy selects the key-value pair format and ignores the annotated format type and XML-defined format when the model class is annotated with the Spring @Value annotation or if the XML bean definition contains