Re: Help with Camel Config routing using a custom ActiveMQ Message Property

2016-06-28 Thread daelliott
Thank you everyone for the help. I'm posting my config encase anyone else is searching for a similar solution or I need to do this again in the future. This was developed using ActiveMQ 5.9.1 I change the names of things before posting but have verified this config is working as expected. I com

Re: Help with Camel Config routing using a custom ActiveMQ Message Property

2016-06-24 Thread daelliott
Currently the configuration is just pulling from a remote queue to a local queue and that is it. The Camel XML config file just has a FROM and TO XML tag. Some changes are being made upstream that will send messages to my system that I may not want. That is the reason for wanting this filtering. T

Help with Camel Config routing using a custom ActiveMQ Message Property

2016-06-23 Thread daelliott
I've taken over a project in which everyone that knows anything is gone. I'm new to ActiveMQ and have never used Camel before. I'm trying to do content message routing and have a sample of what I'm attempting to do but have a couple of questions. * How to access a custom ActiveMQ message prop

NMS InitialRedeliveryDelay doesn't seem to work

2015-06-01 Thread daelliott
ActiveMQ v5.9.1 Apache.NMS v1.6.0.3083 The InitialRedeliveryDelay doesn't seem to work. I added a try...catch block to display the time and then re-throw so I could see what was going on. I'm looking to wait 5 seconds initially and then 5 seconds in between each attempt. You can see the first e

Newbie - Have working example - Looking for clarification on settings

2014-10-16 Thread daelliott
I've created a working application loosely based on this example: http://remark.wordpress.com/articles/transactional-message-processing-with-activemq-and-nms/ I'm able to publish and consume messages just fine although I haven't done any performance testing. My general requirements are * Use NMS