Camel directVM question

2021-02-03 Thread Viktor Kiricheiko
Hello guys, We are using camel with multiple contexts that normally didn't communicate directly between themselves. But recently we had to add such possibility and used direct-vm for that. As we do not want to lose any of the exchanges during communication, on the producer side of direct-vm we set

Re: Camel directVM question

2021-02-03 Thread Claus Ibsen
Hi Ah yeah that is a little bug, that the blocking producer does not support that option. You are welcome to create a JIRA and if possible work on a PR. On Wed, Feb 3, 2021 at 2:54 PM Viktor Kiricheiko < viktor.kiriche...@intellecteu.com> wrote: > Hello guys, > > We are using camel with multiple

Spring based CamelContext Not Staring

2021-02-03 Thread Ron Fulkerson
Hello, I am attempting to upgrade an application from Camel 2.15.2 to Camel 2.25.3 (along with other dependencies). I am using camel-spring to scan a package for RouteBuilder implementations, which then set up a route. This worked well with Camel 2.15, but is not working after the upgrade. No er