Re: ActiveMQ with Groovy

2010-08-04 Thread lujan99
eers > -- > Dejan Bosanac - http://twitter.com/dejanb > > Open Source Integration - http://fusesource.com/ > ActiveMQ in Action - http://www.manning.com/snyder/ > Blog - http://www.nighttale.net > > > > On Wed, Aug 4, 2010 at 2:42 AM, lujan99 wrote: >> &

ActiveMQ with Groovy

2010-08-03 Thread lujan99
where can I found a full example using Groovy with ActiveMQ? -- View this message in context: http://old.nabble.com/ActiveMQ-with-Groovy-tp29341567p29341567.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: http component issue whe https

2009-12-10 Thread lujan99
I could fix this issue if remove from 'wrapper.conf': wrapper.java.additional.3=-Djavax.net.ssl.keyStorePassword=password wrapper.java.additional.4=-Djavax.net.ssl.trustStorePassword=password wrapper.java.additional.5=-Djavax.net.ssl.keyStore="%ACTIVEMQ_BASE%/conf/broker.ks" wrapper.java.additi

http component issue whe https

2009-12-08 Thread lujan99
I have an issue using AMQ 5.3 + Camel 2.1 (with Camel 2.0 too), i add thiss route: https://developer.paypal.com"/> if I run AMQ (windows 2003) from console using: d:\apache-activemq-5.3.0\bin\activemq.bat it'

camel 2.1

2009-12-04 Thread lujan99
how can I Install Camel 2.1 over AMQ 5.3?? only replace camel files?? thanks Dan -- View this message in context: http://old.nabble.com/camel-2.1-tp26642154p26642154.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

using http camel component with ssl

2009-11-16 Thread lujan99
I build some test, and I have an error with all site https, example: https://www.google.com/accounts/ServiceLogin"/> when I follow this request with ethereal I see: 192.168.1.99 190.17.124.2 SSLv2 Client Hello 190.17.124.2 192.168.1.99 TLSv1 Serv

Re: NMS / ActiveMQ 5.3 / "Unable to read beyond the end of the stream."

2009-10-12 Thread lujan99
I run this sample in AMQ-5.2 and its ok, no exceptions. but whe I run this in AMQ-5.3 (RC4) I get a exception each minute. I upload my test-program, link is below... Thanks. Timothy Bish wrote: > > On Sun, 2009-10-11 at 19:49 -0700, lujan99 wrote: >> using "Assembly Ap

NMS / ActiveMQ 5.3 / "Unable to read beyond the end of the stream."

2009-10-11 Thread lujan99
using "Assembly Apache.NMS.ActiveMQ, Version 1.1.0.1642" when I use: connection = CreateConnection(); connection.ExceptionListener += new ExceptionListener(OnException); session = connection.CreateSession(this.SessionAcknowledgeMode); each 60 seconds I get a exceptio

Re: NMS C# and consumer.prefetchSize

2009-10-01 Thread lujan99
nding if you are > using Transactional or ClientAcknowledge you shouldn't have this problem. > > With AutoAcknowledge messages are buffered on the consumer end and are > lost if not processed when the consumer shuts down. > > > lujan99 wrote: >> >> After some t

NMS C# and consumer.prefetchSize

2009-09-30 Thread lujan99
After some test (and more test) my conclusion: If you don't want to lose any messages I can't use any Listener method, Listener is ok except when my client shutdown. then I need to use some Receive with consumer.prefetchSize=0. Is ok? note: I test with java/groovy (jms-api) and don't have this

When ActiveMQ 5.3 Binary Release?

2009-09-23 Thread lujan99
Where can I found a binary-windows release for ActiveMQ 5.3?? (with final camel 2.0 ) -- View this message in context: http://www.nabble.com/When-ActiveMQ-5.3-Binary-Release--tp25531092p25531092.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.