Re: Cannot shutdown CamelContext even call CamelContext.stop/ServiceHelper in another thread

2014-08-17 Thread sckwow
btw.. i already using another thread to stop the context



--
View this message in context: 
http://camel.465427.n5.nabble.com/Cannot-shutdown-CamelContext-even-call-CamelContext-stop-ServiceHelper-in-another-thread-tp5755306p5755307.html
Sent from the Camel - Users mailing list archive at Nabble.com.


Re: Incorrect behavior of onCompletion for exception and stop

2014-08-17 Thread jorabin
Thanks for this. Hope you don't mind if I point out that my earlier post
referenced in ticket 7707 misses the additional point made here under b)
that routing following exception follows the onCompleteOnly path and not
onFailureOnly() path - which I think it should?



--
View this message in context: 
http://camel.465427.n5.nabble.com/Incorrect-behavior-of-onCompletion-for-exception-and-stop-tp5755272p5755320.html
Sent from the Camel - Users mailing list archive at Nabble.com.


Re: Cache Cache replication tech

2014-08-17 Thread techbird

Nice - I'll take a look - thank you for your work.

Two rather naive questions.

1) Is this on-heap cache?
2) Does this scale out across Fabric containers (i.e. karaf instances)

On 16/08/14 12:12, Bilgin Ibryam wrote:

FYI,

I've created some examples that show JBoss Infinispan and Camel replication

https://github.com/bibryam/camel-infinispan-osgi

HTH,



On 28 July 2014 19:56, techbird techb...@birdsoft.co.uk wrote:


With this information - I'll have a good read; there's a ton of
information available.

Matt - thank you - Bird.


On 28/07/14 19:43, Matt Sicker wrote:


Well, there's also http://commons.apache.org/proper/commons-jcs/ but that
might only be off-heap.


On 28 July 2014 13:35, techbird techb...@birdsoft.co.uk wrote:

  Thanks Matt - for my use case on-heap and light weight.  I'm looking to

replicate a cache within a service tier - without having to involve an
external data grid.


On 28/07/14 19:02, Matt Sicker wrote:

  Infinispan is the Red Hat/JBoss solution. Does it matter if it's on-heap

or
off-heap?


On 28 July 2014 12:38, techbird techb...@birdsoft.co.uk wrote:

   Apart from HazelCast - EHCache could anyone recommend any  tech for


on-heap caching, and cache replication?

Does redhat have an open source solution in this space?

Kind regards Bird.









Re: Cannot shutdown CamelContext even call CamelContext.stop/ServiceHelper in another thread

2014-08-17 Thread Christian Müller
It's a really old version and we improved this in the more recent versions.
Any chance to upgrade?

Best,

Christian
-

Software Integration Specialist

Apache Member
V.P. Apache Camel | Apache Camel PMC Member | Apache Camel committer
Apache Incubator PMC Member

https://www.linkedin.com/pub/christian-mueller/11/551/642


On Sun, Aug 17, 2014 at 5:57 AM, sckwow sckwow...@gmail.com wrote:

 Hi,
 I am using Camel 2.8.2, sometimes the CamelContext.stop is not working if
 there is inflight message that is retrying forever in the processor due to
 exception. I assume that there will be force shutdown after the timeout...
 but sometimes it do force shutdown but sometimes force shutdown is not
 working... any idea?

 thanks



 --
 View this message in context:
 http://camel.465427.n5.nabble.com/Cannot-shutdown-CamelContext-even-call-CamelContext-stop-ServiceHelper-in-another-thread-tp5755306.html
 Sent from the Camel - Users mailing list archive at Nabble.com.