[RESULT] [VOTE] Release Apache Camel Kamelets 4.4.0

2024-02-22 Thread Andrea Cosentino
Hello all, The vote passes with the following results: 4 +1 binding votes: Andrea Cosentino, Claus Ibsen, Nicolas Filotto and Babak Vahdat 1 +1 non-binding vote: Claudio Miranda Thanks to all the voters, I'll go ahead with the release.

AW: Camel 3.22.0 - Unexpected behavior when using interceptSendToEndpoint

2024-02-22 Thread ICS460-BAI
Nobody that can support us here? More information needed? We are stuck here and would really appreciate any hint Thanks Christian Am 20.02.24, 17:42 schrieb "MÜLLER Christian (ICS460-BAI)" : Hi, Given the following setup: interceptSendToEndpoint("jms*") .log("intercepted jms send!")

AW: Camel 3.22.0 - Unexpected behavior when using interceptSendToEndpoint

2024-02-22 Thread Diogo Costa
Hi Christian,   Instead of `.toD`, try using a single `jms` endpoint and control the destination using headers. Relevant documentation here: https://camel.apache.org/components/4.4.x/jms-component.html#_reuse_endpoint_and_send_to_different_destinations_computed_at_runtime   interceptSendToEndpoint(