Re: Camel production use

2015-09-26 Thread vsk
Hi , Thanks for the reply. We want to initiate polling to few hundred network entities using the camel-snmp4j. we plan to use quartz or the camel timers to setup the periodic polling of few hundred network entities. Please advise what would be the best practices for this setup/ regards VSK

Creating Custom JPA Endpoint Component in Camel

2015-09-26 Thread vsk
Hi, I'm new to camel framework. We want to use Spring Data JPA for our Data Access API Implementation. Please advise how to use our custom jpa component instead of the camel-jpa endpoint? regards VSK -- View this message in context: http://camel.465427.n5.nabble.com/Creating-Custom-JPA-Endp

Fwd: Sending stats back to Jetty after split

2015-09-26 Thread Asaf Mesika
Forwarded from the dev mailing list. Appreciate any experienced advice / help on this question! Thanks! -- Forwarded message -- From: Asaf Mesika Date: Thu, Sep 24, 2015 at 6:17 PM Subject: Re: Sending stats back to Jetty after split To: "d...@camel.apache.org" if I will rec

Re: Transacted routes despite missing "transacted" flag (ActiveMQ component)

2015-09-26 Thread Stephan Burkard
Hi Claus That's very interesting because I observed the opposite. Some months ago I did ActiveMQ master/slave failover tests with a simple Camel JMS application that has the full Spring tx configuration and transacted Camel route. All was fine when I sent some messages per second. But when I sent

RE: CamelAwsSqsMessageAttributes header not appearing on messages in AWS SQS Queue - Camel 2.15.2

2015-09-26 Thread Goodwin, Matthew
I'm sure this isn't your issue but I ran into a similar thing where I thought the CamelHttpResponseCode was not being set. It turned out that when returning from the processing from my web svc call Camel would ignore what I set in this header and would set it to 200. Like I said it appeared tha

Re: Errorhandling in setProperty/script

2015-09-26 Thread Asaf Mesika
How about using the Ternary conditional operator? v.length < 32 ? "short" : v.substring On Friday, 25 September 2015, michael.esmann wrote: > Hi, > > I have a situation where I want to set some properties on my exchange, if > it > is possible. But I dont want the exchange to fail, if the propert