camel-rabbitmq component issue

2020-03-05 Thread Renish Kumar
I am implementing the quorum queue feature of rabbitmq. Following is the route configuration for the implementation:- context.addRoutes(new RouteBuilder() { public void configure() throws Exception { from("timer:hello?period=1000") .transfo

Re: Tracking Messages through a route. Tracer and MDC

2020-03-05 Thread nomit babraa
Re point 2. After looking at messages as they flow through routes am I right in saying that the breadcrumbid doesn't ever change once set? If so then the breadcrumbid would be a "MessageLifecycleId" I can't find any description of how the breadcrumbid is determined. I originally thought i