Re: Camel JMS Queue Selector Problem

2014-01-17 Thread Edwin
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.

Camel JMS Queue Selector Problem

2014-01-17 Thread Edwin
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.

Re: Performance impact of using streamCache="true" in a route

2013-11-07 Thread Edwin
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

Performance impact of using streamCache="true" in a route

2013-11-06 Thread Edwin
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 --

Re: Leveraging CXF Asynchronous processing when MEP is InOut

2013-07-23 Thread 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

Leveraging CXF Asynchronous processing when MEP is InOut

2013-07-19 Thread Edwin
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

Achieving Concurrency using a Load Balancer

2013-07-18 Thread Edwin
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

Assigning a name to a thread in Camel

2013-05-23 Thread Edwin
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

ThreadPoolProfile Error in Camel 2.10.2

2013-05-22 Thread Edwin
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.

ThreadPoolProfile for Camel Quartz Component

2013-05-22 Thread Edwin
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

Question on Splitter Parallel Processing

2013-03-14 Thread Edwin
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

Seeing slow performance when placing messages onto JMS topic

2012-11-16 Thread Edwin
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.

Multiple Wiretap's in a Camel Route

2012-11-09 Thread Edwin
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

Re: Starting route(s) upon completion of another route

2012-09-21 Thread Edwin
{ // 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.

Starting route(s) upon completion of another route

2012-09-20 Thread Edwin
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

Optimal way of exposing a JMX MBean when using Camel

2012-09-05 Thread Edwin
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

Re: Question on Camel WireTap EIP custom thread pool creation

2012-07-20 Thread Edwin
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

Question on Camel WireTap EIP custom thread pool creation

2012-07-19 Thread Edwin
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

Re: SEDA Request Reply

2012-06-29 Thread Edwin
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.

Re: Footprint of SEDA queues

2012-06-28 Thread Edwin
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.

Footprint of SEDA queues

2012-06-26 Thread Edwin
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

SEDA queue max size behaviour

2012-06-23 Thread Edwin
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.

Re: Camel Component - Consumer Threading Question

2012-06-12 Thread Edwin
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

Custom Camel Component instantiated twice

2012-06-11 Thread Edwin
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.

Camel Component - Consumer Threading Question

2012-06-08 Thread Edwin
'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

Re: Load Balancer EIP

2012-04-24 Thread Edwin
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.

Re: Load Balancer EIP

2012-04-24 Thread Edwin
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://

Re: Load Balancer EIP

2012-04-23 Thread Edwin
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

Load Balancer EIP

2012-04-21 Thread Edwin
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

Camel OSGi problems

2010-08-17 Thread Park, Edwin
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