Using the HBase component

2016-05-02 Thread Andres Olarte
I've been trying to get up and running the HBase component, but ran into issues: After running around in circles for a bit, this works: from("direct:hbaseConsumer") .setHeader("CamelHBaseValue", simple("Test Value", String.class)) .setHeader("CamelHBaseRowId", simple("${random(100

Multithreaded REST services with Camel and Restlet

2015-02-02 Thread Andres Olarte
Hello, I have a very simple REST endpoint in Camel, which takes some text and returns the text in upper case. My routes work fine, but it can only service one client at a time. If I connect with a second client, it will wait until the first one finishes. How can I configure camel to serve several