Hi What problems do you have now.
Camel Spring Boot should automatic lookup LogListener in spring registry when it startup. On Mon, Dec 15, 2025 at 1:00 PM Veijo Länsikunnas via users < [email protected]> wrote: > Hello, > > What is the best way to ensure that components implementing > LogListener are created before CamelLogProcesser is created? We are > using only annotations and not defining anything using xml. > > import org.springframework.stereotype.Component; > > @Component > public class LogListener implements org.apache.camel.spi.LogListener { > > @Override > public String onLog(Exchange exchange, CamelLogger camelLogger, String > message) { > // the logic is hers > } > } > > -- > Veijo Länsikunnas > -- Claus Ibsen
