Stop/suspend route in process(); restart via CronScheduledRoutePolicy

2015-09-28 Thread markmueller
I'm trying to set up a route which can be suspended or stopped within the process method, but be started again by the cron scheduler when it comes time to run again. I'm successful in suspending or stopping the route, but when I suspend the route and use "routeResumeTime", I get: "org.apache.cam

Invalid property 'sendTimeout' of bean class ActiveMQConnectionFactory

2015-07-24 Thread markmueller
Folks, Just to give you context for my problem, I'm trying to test exception handling when attempting to post to a queue which is full and not accepting any more messages. I created an ActiveMQ queue with 'storeUsageHighWaterMark="1"' and posted to the queue until it wouldn't take any more messag