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 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