I am working with Apache Camel and the Hazelcast component and I would like
to know if there is a way to implement this component in a route that
utilized more than one node in the data-grid.

An example of the route I am using now that generates ONE node is as
follows:
`from(direct:foo).toF("hazelcast:%stest", HazelcastConstants.LIST_PREFIX);`

If I happen to be sending large volumes of data through this route, it would
be nice to have the data dumped to a grid of multiple nodes.

I found no reference to using multiple nodes  here
<http://camel.apache.org/hazelcast-component.html>  .





--
View this message in context: 
http://camel.465427.n5.nabble.com/Camel-Hazelcast-How-to-setup-multiple-nodes-tp5748848.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to