Using 2.10.3
--
View this message in context:
http://camel.465427.n5.nabble.com/Camel-JMS-Queue-Selector-Problem-tp5746138p5746147.html
Sent from the Camel - Users mailing list archive at Nabble.com.
however I still receive the same behavior.
When I try the same configuration in the Java DSL, I receive the correct
behavior. Is what I am trying to do possible with the Spring DSL?
Any insights are much appreciated.
Thanks,
Edwin
--
View this message in context:
http://camel.465427.n5.
Apologies, I should have been more specific on the concerns I have around
performance. My route won't be writing any data to disk. I'm more concerned
about the impact on the memory footprint of the route while stream cache is
enabled.
--
View this message in context:
http://camel.465427.n5.nab
nline, I found that the response input stream can only be
read once and in order to read from it multiple times I should set
streamCache=true at the route level.
I'm wondering does this approach have much of an impact on performance?
Any thoughts are much appreciated.
Thanks,
Edwin
--
Since my cxf call has an MEP of InOut, is it possible to achieve the cxf
asynchronous behavior?
Or is the cxf asynchronous behaviour only associated with an MEP of InOnly?
Thanks,
Edwin
--
View this message in context:
http://camel.465427.n5.nabble.com/Leveraging-CXF-Asynchronous
Is there anyway to achieve asynchronous sending of the requests while
keeping the MEP at InOut?
Any thoughts are much appreciated.
Thanks,
Edwin
--
View this message in context:
http://camel.465427.n5.nabble.com/Leveraging-CXF-Asynchronous-processing-when-MEP-is-InOut-tp5735904.html
Sent fro
Hi Folks,
I'm wondering if it is possible to achieve concurrency when using a load
balancer without using queues?
Thanks,
Edwin
--
View this message in context:
http://camel.465427.n5.nabble.com/Achieving-Concurrency-using-a-Load-Balancer-tp5735862.html
Sent from the Camel - Users ma
ng is it possible to assign a name to each thread which would
make the log files more readable?
Any insights are much appreciated.
Thanks,
Edwin
--
View this message in context:
http://camel.465427.n5.nabble.com/Assigning-a-name-to-a-thread-in-Camel-tp5733038.html
Sent from the Camel - Users ma
tag?
Any thoughts are much appreciated.
Thanks,
Edwin
--
View this message in context:
http://camel.465427.n5.nabble.com/ThreadPoolProfile-Error-in-Camel-2-10-2-tp5732979.html
Sent from the Camel - Users mailing list archive at Nabble.com.
define a ThreadPoolProfile in the Camel Context
with poolSize of 1, will the Quartz component automatically use this profile
therefore only creating 1 Quartz Consumer worker thread for my route?
Any insights are much appreciated.
Thanks,
Edwin
--
View this message in context:
http://camel.465427
same thread
(i.e. these two elements are sticky to a certain thread) while the other
three elements are processed on separete threads?
Any insights are much appreciated.
Thanks,
Edwin
--
View this message in context:
http://camel.465427.n5.nabble.com/Question-on-Splitter-Parallel-Processing
quite slow
Thanks,
Edwin
--
View this message in context:
http://camel.465427.n5.nabble.com/Seeing-slow-performance-when-placing-messages-onto-JMS-topic-tp5722882.html
Sent from the Camel - Users mailing list archive at Nabble.com.
would have expected. Would folks have any
insight into why this would be happening?
Is having multiple wiretaps on a route dangerous?
Any insights are much appreciated
Thanks,
Edwin
--
View this message in context:
http://camel.465427.n5.nabble.com/Multiple-Wiretap-s-in-a-Camel-Route-tp57
{
// build core routes
}
Any insights are much appreciated.
Thanks,
Edwin
--
View this message in context:
http://camel.465427.n5.nabble.com/Starting-route-s-upon-completion-of-another-route-tp5719681p5719730.html
Sent from the Camel - Users mailing list archive at Nabble.com.
route
also needs to finish processing any messages before the other routes start.
I'm wondering does Camel support a way of delaying the start-up of
particular routes depending on the status of another route?
Any insights into this are much appreciated.
Thanks,
Edwin
--
View this messa
e the best practices for exposing a custom MBean to the
Camel MBeanServer. Would folks see any issues with the approach I have
taken. Does Camel provide any out of the box way to achieve this?
Any insights are much appreciated
Thanks,
Edwin
--
View this message in context:
http://camel.4654
Thanks for your response Claus, I have removed the threads() however I still
get the same behavior.
I am using Camel version 2.9.2
Thanks,
Edwin
--
View this message in context:
http://camel.465427.n5.nabble.com/Question-on-Camel-WireTap-EIP-custom-thread-pool-creation-tp5716239p5716259.html
ng created for each route aswell
I'm wondering is there any way of configuring the wiretap operation to use
only the custom thread pool and not both the wiretap default thread pool and
custom thread pool?
Any insights into this issue are much appreciated
Thanks,
Edwin
My confi
Apologies folks - accidentally posted this in the Development forum
--
View this message in context:
http://camel.465427.n5.nabble.com/SEDA-Request-Reply-tp5715275p5715299.html
Sent from the Camel - Users mailing list archive at Nabble.com.
metrics on the overhead of SEDA queues. I have concerns similar to those
outlined by Henryk
Thanks
Edwin
--
View this message in context:
http://camel.465427.n5.nabble.com/Footprint-of-SEDA-queues-tp5715128p5715232.html
Sent from the Camel - Users mailing list archive at Nabble.com.
potentially in excess of 1000 SEDA queues. Just
wondering what kind of footprint this number of SEDA queues have in terms of
performance and memory?
Would folks have concerns with this number of SEDA queues?
Thanks,
Edwin
--
View this message in context:
http://camel.465427.n5.nabble.com/Footprin
are much appreciated
Thanks,
Edwin
--
View this message in context:
http://camel.465427.n5.nabble.com/SEDA-queue-max-size-behaviour-tp5714933.html
Sent from the Camel - Users mailing list archive at Nabble.com.
will not invoke my method
Hence, I am trying to figure out the best way to have my consumer run its
own thread, i.e. have method1 invoked in a separate thread.
Thanks!
Edwin
--
View this message in context:
http://camel.465427.n5.nabble.com/Camel-Component-Consumer-Threading-Question
expected
Thanks
Edwin
--
View this message in context:
http://camel.465427.n5.nabble.com/Custom-Camel-Component-instantiated-twice-tp5714297.html
Sent from the Camel - Users mailing list archive at Nabble.com.
's own thread?
Any thoughts on this topic are much appreciated,
Thanks,
Edwin
In the component, I would like the consumer to consume from each of these
individual threads however the consumer should have it's own thread to read
from an individual session thread. So the mapping between sessi
No I never read that in the Camel documentation.
I incorrectly assumed that was the behaviour.
--
View this message in context:
http://camel.465427.n5.nabble.com/Load-Balancer-EIP-tp5656311p5662755.html
Sent from the Camel - Users mailing list archive at Nabble.com.
After looking at the StickyLoadBalancer, it seems that it creates a
RoundRobinLoadBalancer under the hood.
When all processors are in use, I was under the notion that the
StickyLoadBalancer would select a processor based on a least recently used
policy.
--
View this message in context:
http://
Thanks for the response Claus
I am assuming the load balancer EIP sticky implementation maintains state in
memory to map between the correlation key and the processor. Is it possible
to programatically purge/delete this mapping?
Edwin
--
View this message in context:
http://camel.465427.n5
for
removing messages on queue "A" in order to receive the new incoming
messages.
I'm wondering if there is anything out of the box with the load balancer
that could help me achieve this or something close?
Any insights into this would be great!
Thanks,
Edwin.
--
View this me
not have a proper OSGi
MANIFEST.MF) and is also not distributed with the downloadable Camel zip
on the Apache Camel site.
Are others able to load annotated TypeConverters or the JMX lifecycle
strategy in OSGi? If so can you please share how you were able to do it?
Thanks,
Edwin
30 matches
Mail list logo