Re: Developing Oracle Coherence 3.7 Camel Component

2011-07-26 Thread ghepardo
Hi! Thanks for answering! I didn't choose the simplest component indeed ;) But the harder the better: I will learn more, thanks also to your patience and help ;) I will for sure come with new questions as they arise in my mind: I want to contribute in the best way possible. -- View this messag

Re: Developing Oracle Coherence 3.7 Camel Component

2011-07-26 Thread ghepardo
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 t

Re: Developing Oracle Coherence 3.7 Camel Component

2011-07-26 Thread ghepardo
Hi, thanks for answering. I already went throught that pages. I will make my question more specific. Here is the code of my simple consumer: " public class CoherenceQueueConsumer extends DefaultConsumer implements Runnable { private final CoherenceQueueEndpoint queueEndpoint;

RE: Developing Oracle Coherence 3.7 Camel Component

2011-07-25 Thread ghepardo
(classes like endpoint, producer, > consumer, configuration, etc). > > Regards, > Richard > > > On Thu, Jul 21, 2011 at 2:44 PM, ghepardo <[hidden email]>wrote: > >> Thanks a lot for answering Claus. >> >> I meant, and if you have time to

Re: Developing Oracle Coherence 3.7 Camel Component

2011-07-21 Thread ghepardo
Thanks a lot for answering Claus. I meant, and if you have time to suggest, is there any component I should particularry take as example, to avoid doing common mistakes ? Thanks again, Emanuele -- View this message in context: http://camel.465427.n5.nabble.com/Developing-Oracle-Coherence-3-7-C

Developing Oracle Coherence 3.7 Camel Component

2011-07-21 Thread ghepardo
Hi, I am starting developing an Oracle Coherence Camel Component (that I am intentioned to donate), that will support Topics and Queues. I would like to ask you some advices, if there is some component more than other to look at. Thanks a lot to everyone answering, Emanuele. -- View this messag