Hi all,
I send an in/out message from the http-consumer in the following workflow: HTTP-CONSUMER --> CONTENT-BASED-ROUTER --> BEAN-SU The content based router route in/out exchanges from http-consumer to an annotated bean, calling a specific operation. The bean contains several methods annotated with @Operation(name = "myOperationName") My problem is that I do not know how to handle exchanges with the status DONE in such a bean. With a bean implementing the MessageExchangeListener interface, DONE exchange are handled by the onMessageExchange method, but what's about annotated beans? Thanks for your help. Willam
