Re: aggregate EIP: wrong correlation key set for aggregate exchanges

2023-11-21 Thread Claus Ibsen
Hi Thank you very much for reporting and creating the JIRA and sending the PR Nice to see the small reproducer app running easily with camel-jbang On Mon, Nov 20, 2023 at 8:01 AM Dinu Pavithran wrote: > I am seeing wrong correlation key is set for the first exchange emitted > from aggregate

How to instantiate out Exchange manually (or automatically)

2023-11-21 Thread Gallais, Baptiste
Hello, Since the deprecation of inExchange.setOut and inExchange.getOut, i'd like to know if there is a solution to instanciate the out without using the setOut method. Currently, using the getMessage or setMessage only affect the In Exchange (which seems to be perfectly normal). Camel

Re: Event / Exchange / Message timestamps

2023-11-21 Thread ski n
I also need the payload size of a message (in bytes) for each event and totals if possible Messages are mostly String, but can be any object basically (list, zip, mail, pdf, image). Is this possible? Or is there another way to get this kind of metric? The alternative is to offload it to, for