Hi all,
I've experienced a strange behavior when I declared multiple endpoints in the
same URI. (All endpoints are coma separated.)
See below for explanations...
Using this java code:
From(inEndpoint).to(outEndpoint);
I'd like to send messages to all endpoints defined in outEndpoint (like a
pip
Hi all,
I've experienced a strange behavior when I declared multiple endpoints in the
same URI. (All endpoints are coma separated.)
See below for explanations...
Using this java code:
From(inEndpoint).to(outEndpoint);
I'd like to send messages to all endpoints defined in outEndpoint (like a
pi