Github user igarashitm closed the pull request at:
https://github.com/apache/camel/pull/136
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is e
Hi,
That is correct.
Some info can be found in the docs.
https://camel.apache.org/threading-model.html
Depending on the details in your requirements, you get away with
implementing ThreadPoolFactory,
https://camel.apache.org/maven/current/camel-core/apidocs/org/apache/camel/
spi/ThreadPoolFacto
Github user asfgit closed the pull request at:
https://github.com/apache/camel/pull/135
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabl
Hi,We are facing an intermittent issue in our application when an end point
gets called. This is how our route looks like
from(SupplyItemRoutesConstants.SAVE_SUPPLY_ITEM_ENDPOINT)
.routeId("saveSupplyItem") .process(new SupplierNumberProcessor())
.setProperty(SupplyItemRoute
Hi
I'm writing a custom Component for a Framework which has to manage the
Thread Creation on its own. Each Thread has to be created from the Framework
itself.
My current state of knowledge is that to achieve this I have to implement a
ExutorServiceManager which allows me to provide my own ThreadF
GitHub user igarashitm opened a pull request:
https://github.com/apache/camel/pull/136
CAMEL-7372 Allow users to pass in their own EntityManager through the ex...
...change
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/igarashit
Hi everyone,
I've had a deeper look in DefaultShutdownStrategy and there are several
things that puzzle me.
I want to submit a patch in order to improve this class but I prefer
discussing this first. I apologize for this very long email.
Question #1: Should it be stateful or stateless ?
Today, 2
GitHub user grgrzybek opened a pull request:
https://github.com/apache/camel/pull/135
Update jclouds version to 1.7.2
Unit and integration tests work ok
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/grgrzybek/camel jclouds-1.7.2
Hi RĂ ul,
Now the other ticket (CAMEL-7370) has been fixed as well.
And regarding the reason why I went for ReadPreference#valueOf() instead of
ReadPreference#[primary/secondary/nearest/etc.] (that's the +0.5 points you
gave about it):
- The logic to be implemented in this way is much easier, as