Hi,
thanks for answering.

My main concern is this:
in coherence, to listen for a message, I have a blocking call
(subscription.getMessage()).

I cannot invoke this call inside the overridden doStart() or start()
methods, because, to my knowledge, these would block camel.

The only way I found is to start a new thread and let it perform this
blocking call.


Is this the correct way to deal with blocking calls inside a Consumer ?

Thanks.

--
View this message in context: 
http://camel.465427.n5.nabble.com/Developing-Oracle-Coherence-3-7-Camel-Component-tp4618649p4635220.html
Sent from the Camel Development mailing list archive at Nabble.com.

Reply via email to