Re: How to instantiate out Exchange manually (or automatically)

2023-11-28 Thread Claus Ibsen
Hi See this FAQ https://camel.apache.org/manual/faq/using-getin-or-getout-methods-on-exchange.html On Tue, Nov 21, 2023 at 5:11 PM Gallais, Baptiste wrote: > Hello, > > Since the deprecation of inExchange.setOut and inExchange.getOut, i'd like > to know if there is a solution to instanciate

Re: Trying to simplify my component by using a reifier

2023-11-28 Thread Claus Ibsen
Hi If you need to create the RecipientListProcessor then you dont necessary have to use reifier to do it. We have a few EIPs that are created via annotations