Re: adding headers to a message based on a databse query

2012-06-06 Thread Alexander Kaiser
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

Single request with multiple replies over TCP

2012-06-18 Thread Alexander Kaiser
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

Re: Single request with multiple replies over TCP

2012-06-20 Thread Alexander Kaiser
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