Monday, April 23, 2012

Camel send to multiple end points

How does these two differ



from(endpoint).to(endpoint:a, endpoint:b)

from(endpoint).multicast().to(endpoint:a, endpoint:b)


couldn't find any documentation for the first





No comments:

Post a Comment