Which application server to use?

2010-03-26 Thread Drone42
I have been searching the forum to try to find out which application server (... if any) people use to run and manage their camel routes. OSGI seems abundant, but I cant find any clear answer. Which is good; shows the flexibility. I would still like to hear peoples experiences with different ways

Re: Using the splitter based on POJO class type

2010-01-14 Thread Drone42
the syntax described anywhere? Villemos. Claus Ibsen-2 wrote: > > Hi > > > On Thu, Jan 14, 2010 at 4:03 PM, Drone42 wrote: >> >> I would like a route where I receive a message (rawframe), process it and >> split it into multiple new message (different types;

Using the splitter based on POJO class type

2010-01-14 Thread Drone42
I would like a route where I receive a message (rawframe), process it and split it into multiple new message (different types; Frame, Packet, Parameter), and thereafter route these to different endpoints. Something like; $class.type = 'frame' $class.t

Setting HMS property

2010-01-12 Thread Drone42
I want to publish messages on a set of JMS queries, using the publish-subscribe pattern to route messages to interested consumers. My messages are simple POJOs (basically parameters), subtyped based on an ID. I have thousands of subtypes. Each consumer will typically be interested in maybe 100 of