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
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
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
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
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
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