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
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
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