Enabling global CORS support

2020-08-06 Thread Ron Cecchini
Hi, guys. I have a Camel (3.4.2) + Spring Boot (2.3.1.RELEASE) web service using Undertow. I ran into my first CORS (cross-origin resource sharing) issue, googled around, and solved it with @CrossOrigin. My question has to do with why I could *not* solve it with

Create ErrorHandler class

2020-08-06 Thread Firas Khasawneh
Hi all, We need to create an Error Handler class since the available Camel Error handler classes: DefaultErrorHandler, DeadLetterChannel and TransactionErrorHandler don’t meet all our requirements. Is it possible to create such a class? Thanks, Firas

Problems passing Camel VM messages between multiple Spring Boot applications in Tomcat

2020-08-06 Thread Steve973
We have an application stack, deployed in Tomcat, that consists of several Spring Boot applications. As part of our operations, we want to send some messages to a vm endpoint, where a camel route will consume those messages and then publish them to a JMS topic for any of the other Spring Boot