destionationIds="A" or "A,B,C"
from("direct:start").recipientList().header("destinationIds");
How can I distribute the above to JMS queue or topic A, B, C respectively? Or
similarly, would it be possible to name the JMS queues/topics as abc.xyz.A
abc.xyz.B, and abc.xyz.C and route accordingly?
Thanks...
