Re: Sending a message between two ActiveMQ using mina

2009-05-31 Thread Simpor
Claus Ibsen-2 wrote: > > On Fri, May 29, 2009 at 3:56 PM, Simpor > wrote: >> >> Hi, thanks for the fast reply! >> >> I just realized that I forgot to mention what version I was using and you >> had already responded then. :-) >> >> My version is: apache-camel-2.0-M1 >> >> Ok.. I don't really f

Re: Camel 2.0 JMS options are not working

2009-05-31 Thread Claus Ibsen
On Sun, May 31, 2009 at 1:27 PM, Eric Bouer wrote: > > Yes I'm using 2.0M1, > I assumed that all documented features are already implemented in the M1 > release. > Holding my breath for M2. > Many thanks and sorry for bothering. > :) No problem. Yeah we are in a kind of intermediate stage. And the

Re: Camel 2.0 JMS options are not working

2009-05-31 Thread Eric Bouer
Yes I'm using 2.0M1, I assumed that all documented features are already implemented in the M1 release. Holding my breath for M2. Many thanks and sorry for bothering. :) Claus Ibsen-2 wrote: > > Hi > > Are you using Camel 2.0m1? > > These options are added after the 2.0m1 release. > You can w

Re: Camel-Spring and Bean post processors

2009-05-31 Thread Martin Gilday
Created CAMEL-1663. I've written it for 1.6.0 which is where I found this problem, but put the 2.0 code in there as well commented out. https://issues.apache.org/activemq/browse/CAMEL-1663 - Original message - From: "Martin Gilday" To: users@camel.apache.org Date: Sun, 31 May 2009 09:4

Re: Camel 2.0 JMS options are not working

2009-05-31 Thread Claus Ibsen
Hi Are you using Camel 2.0m1? These options are added after the 2.0m1 release. You can wait for 2.0m2 or try the SNAPSHOT releases. Details about snapshot at the downloads page how to get it using maven, or where to find a .zip with the entire release. http://camel.apache.org/download.html On

Camel 2.0 JMS options are not working

2009-05-31 Thread Eric Bouer
Hello. Can you please help me figure out why camel 2.0 JMS options on http://camel.apache.org/jms.html this page (the highlighted) are not working in my project ? I tried jmsMessageType , jmsKeyFormatStrategy and few others. This is how I configure my endpoint: ConnectionFactory connectionFa

Re: Camel-Spring and Bean post processors

2009-05-31 Thread Martin Gilday
Hi Claus, I will have to create a new processor for the test due to my error being in commercial code. It shouldn't take too long, and I will just make it use Spring and Camel. I will create a new JIRA when I have the test. Martin. - Original message - From: "Claus Ibsen" To: users@ca

Re: Camel stuck periodicallly - HTTP timeout issue

2009-05-31 Thread Claus Ibsen
On Sun, May 31, 2009 at 9:58 AM, Willem Jiang wrote: > For the question of the system property part, how about using the > CamelContext properties[1] to set timeout variable's value. > > [1] > http://willemjiang.blogspot.com/2009/03/set-properties-for-camel-context.html Hi Yeah Willem I am on the

Re: Camel stuck periodicallly - HTTP timeout issue

2009-05-31 Thread Willem Jiang
For the question of the system property part, how about using the CamelContext properties[1] to set timeout variable's value. [1] http://willemjiang.blogspot.com/2009/03/set-properties-for-camel-context.html Willem Claus Ibsen wrote: > On Wed, May 27, 2009 at 12:21 AM, harinair wrote: >> Claus:

Re: Camel stuck periodicallly - HTTP timeout issue

2009-05-31 Thread Claus Ibsen
On Wed, May 27, 2009 at 12:21 AM, harinair wrote: > > Claus: > > I believe many components have the option of setting timeout. HTTPClient > used by HTTP component internally have a timeout setting > (HttpConnectionParams.setConnectionTimeout(): > http://hc.apache.org/httpclient-3.x/apidocs/org/apa

Re: Camel-Spring and Bean post processors

2009-05-31 Thread Claus Ibsen
Hi If possible to create a small unit test / sample app that demos the problem. It should not depend on 3rd party .jars we cannot use at Apache such as Hibernate due non Apache friendly license. Then we can take a stab at it and if/when fixed we have an unit test for it also. But I need help from