Our application need to collect files from many (say 100) ftp servers in
different time period ranges.
For example from
FTPServer1 - 8AM-8PM
FTPServer2 - 1AM-3PM
.
.
.
FTPServer100 - 5AM-7AM
Can camel scheduledExecutorService helps for this?
Some possible solutions I can think of. Please suggest.
Camel scheduledExecutorService / threadPoolProfile works only for
multicasting or it also works with different sources and different
consumers?
If there are 100 routes in a context, each route has different source and
destination does this thread pool helps?
--
View this message in context:
h
if I have sample script like below.
In this script different routes in context starts in different times. In the
same way I want to stop particular route after specified time rather than
stopping entire context. How can I do this?
Like InitialDelay is there termination time for route?
fina
If Camel context is started with multiple routes then does it run with
multithreads? If so how many threads will be created? can we set number of
threads?
Does thread pool created for each camel context or for each Route Builder in
the camel context?
below is the sample code
final CamelCo
Ok. I see. I guess I will just work with the .id().
Thanks!
--
View this message in context:
http://camel.465427.n5.nabble.com/Setting-the-ID-of-a-processor-node-without-using-id-tp5782010p5782088.html
Sent from the Camel - Users mailing list archive at Nabble.com.
Hi,
We are implementing an integration application using:
- Camel 12.14.1
- Hawtio 1.4.56
- Karaf 3.0.5
My question/problem is: We want the Hawtio web application to be accessed by
a specific unique URL/portnumber because the Hawtio application gives access
to some very basic functionalities abo
I've been trying to get up and running the HBase component, but ran into
issues:
After running around in circles for a bit, this works:
from("direct:hbaseConsumer")
.setHeader("CamelHBaseValue", simple("Test Value", String.class))
.setHeader("CamelHBaseRowId", simple("${random(100
One followup to the gist: note that the hazelcastmq part at the bottom is a
separate library. Lines 32 - 52 can be removed.
On 2 May 2016 at 10:05, Matt Sicker wrote:
> I'm using camel-hazelcast in OSGi (for caching), and here's how I
> configured it in blueprint:
>
> https://gist.github.com/jvz
I'm using camel-hazelcast in OSGi (for caching), and here's how I
configured it in blueprint:
https://gist.github.com/jvz/3a825582f8794cce4b1fff85705bdd6c
You can reference it in other bundles like so:
Then it works like normal:
from()...to("hazelcast:map:FooMap")
On 2 May 2016 at 06:50, Nik
On Mon, May 2, 2016 at 2:13 PM, ravi narayanan wrote:
> Hi Claus,
>
> Iam using Jboss fuse service works 6.0 which supports camel 2.10 version.
>
A note that camel-cdi is not supported on OSGi on that fuse version.
You need Fuse 6.2.1 or better.
Try not to use cdi with your bean.
Also its an old
Hi Claus,
Iam using Jboss fuse service works 6.0 which supports camel 2.10 version.
On Mon, May 2, 2016 at 2:07 PM, Claus Ibsen wrote:
> What version of Camel do you use?
>
> If possible try with latest release as the camel-cdi component has
> been refactored.
>
>
>
> On Fri, Apr 29, 2016 at
On 05/02/16 13:57, Claus Ibsen wrote:
On Mon, May 2, 2016 at 1:54 PM, Sven Bauhan wrote:
I have context component to implement a protocol in our company.
As the success of a transmission depends a response from the receiver, it
has to be handled asynchronously.
Now I try to find a way to prop
On 05/02/16 13:57, Claus Ibsen wrote:
On Mon, May 2, 2016 at 1:54 PM, Sven Bauhan wrote:
I have context component to implement a protocol in our company.
As the success of a transmission depends a response from the receiver, it
has to be handled asynchronously.
Now I try to find a way to prop
You can use the Camel cache component to get the cache value from your
bean, by using either ProducerTemplate / @Produce etc to send a
message to the cache endpoint with a GET header as operation to get
the value.
An alternative is to find out if you can get the cache manager bean
the cache compon
What version of Camel do you use?
If possible try with latest release as the camel-cdi component has
been refactored.
On Fri, Apr 29, 2016 at 10:54 AM, ravi narayanan wrote:
> Hi,
>
> Still iam getting warning when i use bean ref
>
>
> warn message
>
> 10:48:07,147 WARN [org.apache.camel.util
still confused
-
If you Had A problem with Cara Daftar Maxbet , just visit us.
--
View this message in context:
http://camel.465427.n5.nabble.com/How-to-implement-AsyncCallback-for-AsyncProcessor-tp5781819p5782075.html
Sent from the Camel - Users mailing list archive at Nabble.com.
On Mon, May 2, 2016 at 1:54 PM, Sven Bauhan wrote:
> I have context component to implement a protocol in our company.
>
> As the success of a transmission depends a response from the receiver, it
> has to be handled asynchronously.
>
> Now I try to find a way to propagate a timeout exception, if n
I was going through this
link(http://camel.apache.org/hazelcast-component.html#HazelcastComponent-map)
and we are planning to use hazelcast for caching in our project.
I need some help in how to use it in osgi based environment and how to use
maps to load data from queries.Also One query can have m
I have context component to implement a protocol in our company.
As the success of a transmission depends a response from the receiver,
it has to be handled asynchronously.
Now I try to find a way to propagate a timeout exception, if no response
is received, out of the context component into
AsyncCallback is an implementation detail for component developers,
and the EIPs that are shipped in Camel.
What is your use-case?
On Mon, May 2, 2016 at 1:40 PM, Sven Bauhan wrote:
> On 04/29/16 21:29, Claus Ibsen wrote:
>>
>> On Wed, Apr 27, 2016 at 10:05 PM, Sven Bauhan
>> wrote:
>>>
>>> Hi
On 04/29/16 21:29, Claus Ibsen wrote:
On Wed, Apr 27, 2016 at 10:05 PM, Sven Bauhan wrote:
Hi,
I found the explanation for an AsyncProcessor:
http://camel.apache.org/asynchronous-processing.html
But I do not understand how to implement the corresponding AsyncCallback.
I did not find any examp
21 matches
Mail list logo