Re: My long running bean sending out messages

2012-04-08 Thread Claus Ibsen
Hi If you dont need a response, then set your MyListener sendMessage method to be void. Then Camel uses InOnly On Sat, Apr 7, 2012 at 5:36 PM, Borut BolĨina wrote: > Hello, > > thanks for the time to look into it! > > So in Camel version 2.9.2 the above LongRunningBean will send out messages >

Re: Mina endpoint getEndpointUri() results in error?

2012-04-08 Thread Claus Ibsen
Hi If you use Spring then you can register your codec in Spring registry in the XML file And then yes you can refer to that from the Camel mina endpoint using the # lookup. On Sat, Apr 7, 2012 at 6:28 PM, Steve973 wrote: > I think I may have found the answer, so please correct me if I am wron

OSGi JTA and NonXA DataSource

2012-04-08 Thread alexey-s
I use a camel running karaf. The data is stored in the database Oracle. From the beginning I used OracleXADataSource. With increasing system performance Oracle Server has often produce errors exceeding the number of connections. For each transaction, JDBC driver creates a new connection to the Orac

Looking for example init.d script for starting a camel-based application on system boot

2012-04-08 Thread Aaron Daubman
Greetings, I'm wondering if anybody has any example/working/in-use init.d scripts used to start up a standalone camel-based app? I'm currently using the Main class from camel-spring, but am flexible. I am not using any container... I have read through Camel In Action Chapter 13 as well as http:/