you can write an
> expression that gets the SQL result then that can be done without a
> processor.
> You can also use the content enricher, but then you would need to
> write a custom aggregation strategy to enrich the headers.
>
>
> On Wed, Jun 6, 2012 at 11:18 PM, Alexander Kaise
Hi,
I am trying to connect to a server with mina. The server sends a hello
message on socket connect, then I send it a command and want to receive the
servers reply in the message body.
camel-mina connects server
<-- welcome message
command -->
<-- reply
Basic
ay, I ended up writing my own component, which also gives me a very
nice concise URI, so I am happy with that. But of course now I had to
implement some low level socket communication which I had wanted to avoid
initially.
Alexander
2012/6/19 Claus Ibsen
> On Mon, Jun 18, 2012 at 3:05 PM, A