回复: MDCUnitOfWork not working with vert.x-eventloop-thread

2024-07-11 Thread _ Jane
Hi Claus, Thanks for the suggestion. I tested the sample code with Camel Quarkus 3.2 and 3.8. The result logs are the same. 发件人: Claus Ibsen 发送时间: 2024年7月11日 15:24 收件人: users@camel.apache.org 主题: Re: MDCUnitOfWork not working with vert.x-eventloop-thread Hi

Re: Camel NotifyBuilder does not match when exception is thrown

2024-07-11 Thread Lance Java
Thanks Claus, since I don't have routeId's I searched the NotifyBuilder javadocs and found wereSentTo(...). I was able to use this to match the routes which are not the inbound entry point. This works: @Testpublic void testNotify() { NotifyBuilder notifierA = new NotifyBuilder(camelContext)

Re: Camel NotifyBuilder does not match when exception is thrown

2024-07-11 Thread Claus Ibsen
Hi whenFrom is from the original route, so that would be "direct:route-a" You can use fromCurrentRoute (route id based) instead On Thu, Jul 11, 2024 at 12:16 PM Lance Java wrote: > I asked this question on stack overflow but didn't get a response so asking > here > > https://stackoverflow.com/

Camel NotifyBuilder does not match when exception is thrown

2024-07-11 Thread Lance Java
I asked this question on stack overflow but didn't get a response so asking here https://stackoverflow.com/questions/78720143/camel-notifybuilder-does-not-match-when-exception-is-thrown It seems that camel's NotifyBuilder works in normal messag

Re: MDCUnitOfWork not working with vert.x-eventloop-thread

2024-07-11 Thread Claus Ibsen
Hi This is an old Quarkus version and we dont support this CAMEL VERSION QUARKUSJDK KIND RELEASED SUPPORTED UNTIL 3.18.6 2.13.3 11 LTS April 2023July 2023 You can try latest v4 Camel version and see what happens there. On Thu, Jul 11, 2024 at 7:58 A