Re: ActiveMQ 5.1.0 queue SawTooth pattern

2011-01-27 Thread CurtisRopp
Dejan, Thanks for you reply yes we have spent time testing 5.3.x, 5.4, and now 5.4.2 with 5.4.2 being what we believe has been the more stable release since 5.1.0. So far this appears to only happen in production and I don't have a repeatable test case for this pattern, wish I did. Does that mean

Re: ActiveMQ 5.1.0 queue SawTooth pattern

2011-01-27 Thread Dejan Bosanac
Hi Curtis, did you test some of the later versions? It be good if you could test a current snapshot and produce a test case if the problem still exists. Regards -- Dejan Bosanac - FuseSource - The experts in open source integration and messaging. Email: dej...@fusesource.com Web:

Re: ActiveMQ 5.1.0 and 5.2.0 runs out of file descriptors due to CLOSE_WAIT bug

2009-02-28 Thread Arjen van der Meijden
Did you also remove the limits for queue sizes (most notably the one that limits all queues to only 5MB)? With the ulimit up to 10240, the async closing turned off and the limits for the seperate queues removed (we just disabled the entire 'destinationPolicy'-element from the default config) a

Re: ActiveMQ 5.1.0 installation on an iSeries.

2008-11-20 Thread Joe Fernandez
I don't know anything about QSHELL, but your JAVA_HOME is being set to "ROOTQIBMProdDataJava400jdk15binJava" Maybe don't use '\' and instead use '/' ? For example export JAVA_HOME=/xdir/ydir/zdir/jdk15 Awright wrote: > > Well fro future reference if anyone else gets this issue, I /think

Re: ActiveMQ 5.1.0 installation on an iSeries.

2008-11-20 Thread Awright
Well fro future reference if anyone else gets this issue, I /think/ I am on the right track... The QSHELL equivelant of the wondoze environment set is; export JAVA_HOME=\blah\blah\file I've not quite got it right as it's still whinging and throwing up an error message, but my error message has c

Re: ActiveMQ 5.1.0 installation on an iSeries.

2008-11-20 Thread Joe Fernandez
The JAVA_HOME environment variable points to your Java runtime home directory. For example, on Windoze it would be set as follows, C:\Program Files\Java\jdk1.5.0_06\jre So find out where your Java runtime has been installed and set JAVA_HOME accordingly. Joe Awright wrote: > > As previously

Re: ActiveMQ 5.1.0 installation on an iSeries.

2008-11-20 Thread Awright
As previously mentioned - I know nothing about this side of iSeries tech as never had to use it prior to the company I work for now, so the whole $ACTIVEMQ is new to me... I'm assuming that's some kind of variable or something?..;) I've tried running it by going to the /bin directory while i

Re: ActiveMQ 5.1.0 installation on an iSeries.

2008-11-20 Thread Joe Fernandez
With the default configuration, you should be able to run the ActiveMQ message broker right out of the box What happens when you run $ACTIVEMQ_HOME/bin/activemq ? Joe http://www.ttmsolutions.com - get a free ActiveMQ user guide with the default con Awright wrote: > > Hello folks... I've do

Re: ActiveMQ 5.1.0

2008-07-20 Thread paul sorenson
From memory there are additional subdirectories with similar files for 32 bit and 64 bit architectures. David Crisp wrote: Hi, I just downloaded ActiveMQ 5.1.0 and the distribution doesn't contain any of the stuff I'm expecting. IE: no bin/activemq or conf/activemq.xml or the like... jus

Re: ActiveMQ 5.1.0

2008-07-18 Thread Bruce Snyder
On Fri, Jul 18, 2008 at 1:54 PM, David Crisp <[EMAIL PROTECTED]> wrote: > > > I was using gnu tar. Yep, that's what I use via the command 'tar zxvf ./apache-activemq-5.1.0-bin.tar.gz' I'm a bit stumped on this. What you're describing sounds like a problem with either the expansion software or the

Re: ActiveMQ 5.1.0

2008-07-18 Thread David Crisp
I was using gnu tar. -D. bsnyder wrote: > > On Thu, Jul 17, 2008 at 2:34 PM, David Crisp <[EMAIL PROTECTED]> > wrote: >> >> Hi Bruce, >> >> I just pulled it down off a couple of the mirrors with identical results. >> (I didn't keep track of which ones, unfortunately). File name was >> "apach

Re: ActiveMQ 5.1.0

2008-07-18 Thread David Crisp
I was using gnu tar. -D. bsnyder wrote: > > On Thu, Jul 17, 2008 at 2:34 PM, David Crisp <[EMAIL PROTECTED]> > wrote: >> >> Hi Bruce, >> >> I just pulled it down off a couple of the mirrors with identical results. >> (I didn't keep track of which ones, unfortunately). File name was >> "apach

Re: ActiveMQ 5.1.0

2008-07-17 Thread Bruce Snyder
On Thu, Jul 17, 2008 at 2:34 PM, David Crisp <[EMAIL PROTECTED]> wrote: > > Hi Bruce, > > I just pulled it down off a couple of the mirrors with identical results. > (I didn't keep track of which ones, unfortunately). File name was > "apache-activemq-5.1.0-bin.tar.gz". I've downloaded from three

Re: ActiveMQ 5.1.0

2008-07-17 Thread David Crisp
Hi Bruce, I just pulled it down off a couple of the mirrors with identical results. (I didn't keep track of which ones, unfortunately). File name was "apache-activemq-5.1.0-bin.tar.gz". Regards, D. bsnyder wrote: > > On Thu, Jul 17, 2008 at 1:36 PM, David Crisp <[EMAIL PROTECTED]> > wrote: >

Re: ActiveMQ 5.1.0

2008-07-17 Thread Bruce Snyder
On Thu, Jul 17, 2008 at 1:36 PM, David Crisp <[EMAIL PROTECTED]> wrote: > > Hi, > I just downloaded ActiveMQ 5.1.0 and the distribution doesn't contain > any of the stuff I'm expecting. IE: no bin/activemq or conf/activemq.xml > or > the like... just a big tarball of compiled java classes. T

Re: ActiveMQ-5.1.0-RC3 - Messages going missing

2008-06-26 Thread alanmc
Sorry for the long delay responding. I resolved this issue, it was a bug in our client code. A temporary queue was being cleaned up too early. rajdavies wrote: > > Are you using networks as well ? > > On 22 Apr 2008, at 04:01, alanmc wrote: > >> >> We're seeing the same behavior with 5.1.0.

Re: ActiveMQ-5.1.0-RC3 - Messages going missing

2008-04-21 Thread Rob Davies
Are you using networks as well ? On 22 Apr 2008, at 04:01, alanmc wrote: We're seeing the same behavior with 5.1.0. We're basically running the default broker configuration, with advisory support turned off. We were using 5.0.0, but saw memory leakage and wanted to try out 5.1.0 and af

Re: ActiveMQ-5.1.0-RC3 - Messages going missing

2008-04-21 Thread alanmc
We're seeing the same behavior with 5.1.0. We're basically running the default broker configuration, with advisory support turned off. We were using 5.0.0, but saw memory leakage and wanted to try out 5.1.0 and after switching over with the exact same configuration we started seeing intermittent

Re: ActiveMQ-5.1.0-RC3 - Messages going missing

2008-04-17 Thread Dhruba Bandopadhyay
Further to this I'd like to add that the broker shows that all 2 messages have been enqueued and dequeued. So the broker queue has no messages remaining on it. On Thu, Apr 17, 2008 at 2:24 PM, Dhruba Bandopadhyay <[EMAIL PROTECTED]> wrote: > Hi, > > Using spring 2.5.3 mdps, tomcat 6.0.16 and