Hi All: I'd like to know it's there any Camel component which support to define multiple consumer(provider?) endpoint urls in it? For example:
from("XXX:direct:a, direct:b, direct:c,jms:queue:a,...").to("..."); in this case, the "from" can handle the massage no matter it sends to "direct:a", "direct:b", "direct:c" or "jms:queue:a". Thanks GangLiu