Problem with multiple coma separated endpoints defined in the same URI

2013-01-03 Thread PLANAMENTE Michael EXT-OD
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

Problem with multiple coma separated endpoints defined in the same URI

2013-01-03 Thread PLANAMENTE Michael EXT-OD
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