Camel Quartz Job not running properly

2016-12-21 Thread anilkumar311987
Hi I'm new to Apache Camel , trying to write one route to move files from one location to other, I want to move the files only once for every five minutes. If I move the files once again I need to wait for 5 minutes again to move here is the code that I wrote: public static void main(final

Re: how to change the logging level dynamically

2016-12-21 Thread mkrishnap
Hi Yogesh, I come across this approach.. By webpage interface (LogManger.getLogger()) is not helping on getting the loggers into the system. My expectation is, is their any way, to get this MyLoggingSentEventNotifer class logger and change through another java class while the application

Re: how to change the logging level dynamically

2016-12-21 Thread yogu13
check JMX.. log4j configurations can be chabged via JMX Regards, -Yogesh -- View this message in context: http://camel.465427.n5.nabble.com/how-to-change-the-logging-level-dynamically-tp5791782p5791813.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: camel-bindy issue with header and missing locale

2016-12-21 Thread Claus Ibsen
Hi Yeah sounds like an issue, you are welcome to log a JIRA and provide a patch or better github PR http://camel.apache.org/contributing On Tue, Dec 20, 2016 at 5:01 PM, dabby11 wrote: > Hi, > > I'm developing a route with Camel 2.16.1 that uses Bindy to process a

Re: Lookup host and port info of Destinations in Route from Service Registry

2016-12-21 Thread Claus Ibsen
Its coming. See Lukas blog https://lburgazzoli.github.io/2016/12/21/A-camel-running-in-the-clouds.html On Tue, Dec 20, 2016 at 8:10 AM, sridharb wrote: > Hi, > > Is there way to leverage the features of Service Discovery and Load > Balancing provided by Spring Cloud Eureka

Re: Hystrix Support of dynamic EP "toD"

2016-12-21 Thread Claus Ibsen
Do you refer to http://camel.apache.org/hystrix-eip If so no, then anything in the block is protected by hystrix, also all of On Wed, Dec 21, 2016 at 9:15 PM, linktech wrote: > Does anyone know if the Hystrix implementation supports protecting dynamic > EP? Most of the EPs for

Re: Production Standalone

2016-12-21 Thread souciance
I run Camel inside Karaf inside docker. The uptime is very much dependent on docker. I haven't experienced any issues with Camel so far. On Wed, Dec 21, 2016 at 10:13 PM, sa_james [via Camel] < ml-node+s465427n5791835...@n5.nabble.com> wrote: > I have something like 30 routes. I would like to

Camel Sftp - Stepwise & No Such File

2016-12-21 Thread Goyal, Arpit
Hello For a running scenario we switch to our native JSCH implementation to Camel-Ftp implementation to connect to SFTP server. Server Folder: home/arpit/outbound/ File Name: myDailyReport.csv Older implementation using native JSCH code - we used to first perform -

Re: Production Standalone

2016-12-21 Thread souciance
What sort of metrics are you after? In what kind of environment? On Wed, Dec 21, 2016 at 10:05 PM, sa_james [via Camel] < ml-node+s465427n5791833...@n5.nabble.com> wrote: > Anyone running any serious app standalone in prod? Uptime? > Thanks > Guile Newbie > > > -- >

Re: Production Standalone

2016-12-21 Thread sa_james
I have something like 30 routes. I would like to start with standalone first and eventually move on to the next step. Wanted to know whether or not a lot of people are running camel standalone successfully ...Uptime is my most important characteristic at the moment. - Guile Newbie -- View

Hystrix Support of dynamic EP "toD"

2016-12-21 Thread linktech
Does anyone know if the Hystrix implementation supports protecting dynamic EP? Most of the EPs for this application will be configuration driven and I don't want to have circuit breaker for all EPs. Thanks, -- View this message in context:

Production Standalone

2016-12-21 Thread sa_james
Anyone running any serious app standalone in prod? Uptime? Thanks - Guile Newbie -- View this message in context: http://camel.465427.n5.nabble.com/Production-Standalone-tp5791833.html Sent from the Camel - Users mailing list archive at Nabble.com.

Cancelling messages

2016-12-21 Thread Glenn Puckett
My user has a UI that shows all messages that have been processed by or are currently being processed by the Camel API. During the time a message is in process they want to be able to cancel the message. In the application I have code in a rest service that is called by the UI. It contains:

Marshaling with multiple BindyFixedLengthDataFormat models (camel-bindy-2.17)

2016-12-21 Thread Raghavan83
I am currently trying to upgrade from camel-bindy-2.11.0 to camel-bindy-2.17.0 and am running into a problem when trying to apply a model consisting of multiple classes to a data set resulting in a single text file. I had a number of classes in a package (com.sample.package) that I could use for

Re: Hystrix Support of dynamic EP "toD"

2016-12-21 Thread linktech
Claus, I didn't see anything specific on http://camel.apache.org/hystrix-eip on protecting dynamic EP but it's great that does. Any plans to add this to producer templates? Thanks! -- View this message in context: