errorHandler for activemq component example configuration

2011-11-22 Thread baklarz
I'm tried several configurations. Exceptions inside jms/activemq are completly ignored by camel arror handler. This line in log drives me crazy. 2011-11-22 12:59:11,700 WARN [org.apache.camel.component.jms.JmsMessageListenerContainer] - I found this http://mail-archives.apache.org/mod_mbox/acti

activemq router pattern, problem with

2011-08-10 Thread baklarz
Hi, I want to use this: http://camel.apache.org/message-router.html http://camel.apache.org/simple.html 'tom...@example.com'!= ${body[sendTo]} In messag

Proper way to process route protobuf/protocolbuffers

2011-07-15 Thread baklarz
I get protobuf objects from activemq queue. I get messages in byte[] from activemq. I generate class from *.proto files ? @Consume(uri="activemq:PostEvent.QUEUE) public void(byte [] message) { PostEventProto.PostEvent postEvent = PostEventProto.PostEvent.parseFrom(message); /*some stupid