Re: Sending email - possible bug?

2015-04-17 Thread muell01
James Green wrote To be honest the documentation at http://camel.apache.org/dead-letter-channel.html is a little contradictory and could use some touch-ups: 1. Under Redelivery default values the service is turned off and has 0 maximumRedeliveries, yet later it says By default Camel will

Re: Jetty as a producer for a Rest Call

2015-01-31 Thread muell01
Using camel 2.12 w/o the doTry block (and using a loop) I get a non fluctuating '1' in flight message. when stopping the route after deploying as a .war into eap6, it would take the full 5 minutes for a graceful shutdown. I also relearned how to use the Timer. limiting the period to 1s allows the

Jetty as a producer for a Rest Call

2015-01-30 Thread muell01
A follow up to my previous post: I use the controlbus to pause and resume this Rest/pull which will throw exceptions until the message inflight has cleared. This lasts for 5 minutes until it's forced to by the timeout. timer 1 time loop a billion times to

Re: HTTP consumer - Terminology confusing

2015-01-29 Thread muell01
thank you. Glad to know the config is good. The polling consumer is what we intended. camel 2.12/activemq 5.9 (we love the Hawtio), war file deployed onto EAP6.3 The original reason for this post is because the client will stall w/o warnings. No polling activity. no warnings or errors.

HTTP consumer - Terminology confusing

2015-01-28 Thread muell01
I use the following as a REST consumer from an external service. I know the warning in the Camel docs... but am I using this a webservice consumer or as a Rest Client. Is this form proper? If not what would I replace it with? Would someone explain what the ramifications are in using HTTP as a