What is a typical/preferable way to build system with Apache-Camel and ActiveMQ ? How can high availability 开发者_StackOverflowbe achieved ? What container the Camel should run in ?Any java applicati
I\'m trying to run Camel 2.1 SU with Servicemix. As i understand there ar开发者_开发百科e no way to run Camel 2 with Servicemix 3, and i\'m try to run it with FUSE Servicemix 4.0.0.1
trying to use this route: from(\"activemq:profiles\").aggregate(header(\"cheese\")).batchSize(30).bean(ProfilesQueueService, \"saveContacts\")