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
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;
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
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