Re: Mutlicast discovery with persistent topics leads to errors

2008-01-21 Thread tpamsler
I am getting the same error using ActiveMQ 5.0.0: ERROR: Async error occurred: javax.jms.JMSException: Durable consumer is in use for client: NC_spring_inboundsummer and subscriptionName: summer_CLUSTER_SERVICE_TOPIC (2008-01-21 15:25:55,734 VMTransport_org.apache.activemq.broker.TransportConnect

RE: Consumers decrease sender performance.

2008-01-21 Thread Jignesh Shah
Try Session.DUPS_OK_ACKNOWLEDGE or something And refer to the performance tuning for ActiveMQ on ActiveMQ page For other parameters like asyncDispatch etc -Original Message- From: Datacom - Marcelo [mailto:[EMAIL PROTECTED] Sent: Monday, January 21, 2008 10:54 PM To: [EMAIL PROTECTED]

Migration from Spring 1/AMQ 4.1 to Spring 2/AMQ 5.0

2008-01-21 Thread b_w
Thought this would have been a pain free exercise... Although replacing the libs and building the project is clean, running the app results in runtime exceptions. Should our existing Spring 1 XML configuration files work with Spring 2/AMQ 5.0 libs? Using the following: http://www.springframew

Re: ActiveMQ 5.0.0 depends on SNAPSHOT?

2008-01-21 Thread Bruce Snyder
On Jan 21, 2008 5:00 PM, emcee21 <[EMAIL PROTECTED]> wrote: > > > > James.Strachan wrote: > > > > Which pom.xml is using the snapshot of activeio? > > > > FWIW its no longer required for working with ActiveMQ. e.g. you could > > try using activemq-core-5.0.0 and it shouldn't have any activeio > > d

Re: ActiveMQ 5.0.0 depends on SNAPSHOT?

2008-01-21 Thread emcee21
James.Strachan wrote: > > Which pom.xml is using the snapshot of activeio? > > FWIW its no longer required for working with ActiveMQ. e.g. you could > try using activemq-core-5.0.0 and it shouldn't have any activeio > dependencies AFAIK > Thanks for the reply. The dependency is in apache-ac

Re: I Really Want to use ActiveMQ

2008-01-21 Thread cmagoyrk
First I would like to thank Rob for solving that specific issue, I have not yet had time to grab the latest release but once I do I will most definitely be using that feature. James - I appreciate your quick response to my concerns. You have helped me out in the past and I am very grateful. I w

Consumers decrease sender performance.

2008-01-21 Thread Datacom - Marcelo
We are having a problem with our sender and consumers being slowling down. I realize if I put down some consumers, the server increase its performance and so the consumers. We took a look via JMX when the whole system was very slow and took a look in some parameters: Enqueue Count 8.067.000 Co

Re: HTTP : Received null command

2008-01-21 Thread Yohan Liyanage
James.Strachan wrote: > > On 21/01/2008, Yohan Liyanage <[EMAIL PROTECTED]> wrote: >> >> Hi, >> >> I created a small JMS app using ActiveMQ and tested it on various >> transports. When I'm using http transport, I keep getting the following >> warning: >> >> WARN - Received null command from url

Re: HTTP : Received null command

2008-01-21 Thread James Strachan
On 21/01/2008, Yohan Liyanage <[EMAIL PROTECTED]> wrote: > > Hi, > > I created a small JMS app using ActiveMQ and tested it on various > transports. When I'm using http transport, I keep getting the following > warning: > > WARN - Received null command from url: http://localhost:61616 > > This happ

HTTP : Received null command

2008-01-21 Thread Yohan Liyanage
Hi, I created a small JMS app using ActiveMQ and tested it on various transports. When I'm using http transport, I keep getting the following warning: WARN - Received null command from url: http://localhost:61616 This happens after a period of inactivity. What could be the reason for this? Tha

Re: Unknown data type: 47 ?

2008-01-21 Thread Yohan Liyanage
Yes, it was my fault. I had an embedded broker running and I have only changed the transport of the client and the broker to HTTP. I have missed the broker URL of the connection factory of the producer. Thanks a lot for the prompt response ! James.Strachan wrote: > > From the stack trace you

Re: I Really Want to use ActiveMQ

2008-01-21 Thread James Strachan
On 21/01/2008, James Strachan <[EMAIL PROTECTED]> wrote: > On 21/01/2008, James Strachan <[EMAIL PROTECTED]> wrote: > > On 19/01/2008, cmagoyrk <[EMAIL PROTECTED]> wrote: > > > > > > I began work with the 4.1 version of ActiveMQ, but initially experienced > > > problems as all messages (at least th

Re: ActiveMQ 5: Keepalive problems

2008-01-21 Thread corcorda
rajdavies wrote: > > > This is fixed in the latest snapshot version > > cheers, > > Rob > > Thanks Rob. I'll wait until it's released before trying to upgrade. -- View this message in context: http://www.nabble.com/ActiveMQ-5%3A-Keepalive-problems-tp14994260s2354p14995407.html Sent from

Re: ActiveMQ 5: Keepalive problems

2008-01-21 Thread Rob Davies
On Jan 21, 2008, at 9:58 AM, corcorda wrote: We've been using ActiveMQ 4.1.1 for several months and it works well. I'm looking at upgrading to version 5 to make use of some bug fixes and I'm having trouble. The main problem is inactivity exceptions keep happening. The exact exception is

Re: ActiveMQ 5.0.0 depends on SNAPSHOT?

2008-01-21 Thread James Strachan
On 20/01/2008, emcee21 <[EMAIL PROTECTED]> wrote: > > Upon upgrading my project's pom to point to ActiveMQ 5.0.0 (something I've > been looking forward to doing for a long time), I was disappointed to see > that it depends on a snapshot release of activeio. Which pom.xml is using the snapshot of a

Re: ActiveMQ 5: install as windows service does not work

2008-01-21 Thread James Strachan
On 20/01/2008, ander.b <[EMAIL PROTECTED]> wrote: > > Well I found the solution to my problem. The command line used to start > ActiveMQ 5 is wrong. It looks like the wrapper configuration for ActiveMQ 4 > was not updated to reflect the necessary changes for version 5. You need to > change the foll

Re: I Really Want to use ActiveMQ

2008-01-21 Thread James Strachan
On 21/01/2008, James Strachan <[EMAIL PROTECTED]> wrote: > On 19/01/2008, cmagoyrk <[EMAIL PROTECTED]> wrote: > > > > I began work with the 4.1 version of ActiveMQ, but initially experienced > > problems as all messages (at least their ids) had to reside in memory, which > > would not work for larg

Re: I Really Want to use ActiveMQ

2008-01-21 Thread James Strachan
On 19/01/2008, cmagoyrk <[EMAIL PROTECTED]> wrote: > > I began work with the 4.1 version of ActiveMQ, but initially experienced > problems as all messages (at least their ids) had to reside in memory, which > would not work for large data sets. I started work with a Snapshot of the > 5.0 release a

Re: Unknown data type: 47 ?

2008-01-21 Thread James Strachan
>From the stack trace you are using TCP; are you connecting TCP on the client to HTTP on the server? On 20/01/2008, Yohan Liyanage <[EMAIL PROTECTED]> wrote: > > Hi, > > I was trying out ActiveMQ 5 transports (using Spring 2.5 JmsTemplate) and I > get this strange error when I am using HTTP Transp

Re: ActiveMQ Examples

2008-01-21 Thread James Strachan
On 21/01/2008, Yohan Liyanage <[EMAIL PROTECTED]> wrote: > > > > bsnyder wrote: > > > > I just searched the ActiveMQ source for the file and found it here: > > > > https://svn.apache.org/repos/asf/activemq/trunk/activemq-core/src/test/resources/org/apache/activemq/usecases/receiver.xml > > > > Bruc

ActiveMQ 5: Keepalive problems

2008-01-21 Thread corcorda
We've been using ActiveMQ 4.1.1 for several months and it works well. I'm looking at upgrading to version 5 to make use of some bug fixes and I'm having trouble. The main problem is inactivity exceptions keep happening. The exact exception is at the bottom of this message. I haven't changed the c

RE: High message frequency causes ActiveMQ to freeze

2008-01-21 Thread Juergen.Schumacher
Here it is: https://issues.apache.org/activemq/browse/AMQ-1557 If you need additional information, please ask, I will try to provide them. Cheers, Jürgen. -Original Message- From: Rob Davies [mailto:[EMAIL PROTECTED] Sent: Saturday, January 19, 2008 10:05 AM To: users@activemq.apache

Re: High message frequency causes ActiveMQ to freeze

2008-01-21 Thread Olivier Bigard
It doesn't work with the last SNAPSHOT. I'm sure I'm doing something wrong. I upload my "activemq.xml" configuration file: can you please have a look at it and tell me if all is ok? The queue where ActiveMQ freezes is called "adm_in". Thank you http://www.nabble.com/file/p14993166/activemq.xml a