Hi Lukas,
I'm working on that github camel-redis project at the moment, but as you
already found out it is still WIP, but even that it can be enough for your
simple case.
Another approach would be to create your own bean, that will use
jedis/spring redis template or another Redis client to get th
Hi
I've a redis instance, that is a store for some short-lived data.
I wonder if there is a component in camel, that:
* regularly checks, if some predefined key in redis exists and contains some
value
* if it does, then fetch it
What I've found is https://github.com/bibryam/camel-redis but I'd
On Tue, Mar 20, 2012 at 9:02 AM, Willem Jiang wrote:
> Can you move the "to" tag out of the split like this ?
>
>
>
>
>
> http://cobweb.hongbo.net.cn/default/master/router"; />
>
No that is wrong, the should be outputs inside the tag.
Like some of the samples here: http://camel.apache
BTW, there are also some tests in the other camel component which
dependents on other online service are not enable by default.
Such as camel-twitter, camel-xmpp. If the user wants to run the test
himself, he could enable the test by setting up the accounts and using
a special maven profile.
O
Can you move the "to" tag out of the split like this ?
uri="jbi:service:http://cobweb.hongbo.net.cn/default/master/router"; />
Willem
On Mon Mar 19 16:13:13 2012, wow wrote:
I use spliter to split a message, camel-context.xml as following: