Re: File component/language: preMove only

2013-04-07 Thread vss123
> And the other Camel is picking up that file. Eg it get processed? > So the failed to rename is a race condition because the other Camel > grabbed the same file, but was faster to do the rename? We believe this is what is happening. Even with readLock option two instances pick the same file an

Camel Splunk component

2013-04-07 Thread Preben.Asmussen
Hi I saw a Spring webinar "Spring Integraion for Splunk" http://www.springsource.org/node/4308 last day. Splunk collects, indexes and harnesses machine-generated big data so you can monitor, search, analyze, visualize (dashboards) and act on large streams of real-time and historical machine data.

Re: Camel/JMS with Atomikos UserTransactionManager not consuming Messages

2013-04-07 Thread Christian Müller
Because I use "org.apache.commons.dbcp.managed.BasicManagedDataSource" instead of "com.atomikos.jdbc.AtomikosDataSourceBean". I also use "org.apache.activemq.pool.XaPooledConnectionFactory" instead of "com.atomikos.jms.AtomikosConnectionFactoryBean". Pascal Leclercq from Atomikos already forked my

How to get Id of an Endpoint

2013-04-07 Thread lmanchanda75
Hi, I have created a context using camel context xml. I have set the id of an endpoint while configuring, http://localhost:/ussdService?sessionSupport=true"; id="ussd-1"> I need to get this value during execution. I tried the following code to get the id in processor of the