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
: http://fusesource.com Twitter: http://twitter.com/dejanb ActiveMQ in Action - http://www.manning.com/snyder/ Blog - http://www.nighttale.net On Wed, Jan 26, 2011 at 8:13 PM, CurtisRopp wrote: > > I am run ActiveMQ 5.1.0 moving roughly 120 messages per second into one > queue &

ActiveMQ 5.1.0 queue SawTooth pattern

2011-01-26 Thread CurtisRopp
I am run ActiveMQ 5.1.0 moving roughly 120 messages per second into one queue and then filtering and copying to 4 unique queues using camel where similar consumers are consuming those messages. Over a period of time the memory trend starts to grow and we have learned that around a certain point

Re: Problem with spring context and activemq 5.1.0

2009-10-12 Thread gollapally
ma/beans > http://www.springframework.org/schema/beans/spring-beans-2.0.xsd > http://www.springframework.org/schema/tx > http://www.springframework.org/schema/tx/spring-tx-2.0.xsd > http://www.springframework.org/schema/aop > http://www.springframework.org/schema/aop/s

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
ult config) and the total storage size increased we haven't seen any of those problems. Best regards, Arjen On 27-2-2009 23:54 vjavarap wrote: We have been experiencing severe issues with ActiveMQ 5.1.0 running out of file descriptors and netstat reveals thousands of tcp connections stuc

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

2009-02-27 Thread vjavarap
We have been experiencing severe issues with ActiveMQ 5.1.0 running out of file descriptors and netstat reveals thousands of tcp connections stuck in CLOSE_WAIT within a few minutes or hours or days of starting up based on the event volume. Clearly, other activemq users are seeing the same issue

Re: ActiveMQ 5.1.0 installation on an iSeries.

2008-11-20 Thread Joe Fernandez
5 activemq", in case there were authority >>> issues. >>> >>> I get an error now claiming I haven't set JAVA_HOME, and frankly no idea >>> where to start with this. Just been trying to figure out currently where >>> I set that enviromental variable.:)

Re: ActiveMQ 5.1.0 installation on an iSeries.

2008-11-20 Thread Awright
idea >> where to start with this. Just been trying to figure out currently where >> I set that enviromental variable.:) >> >> Actual error is; >> >> /apache-activemq-5.1.0/bin/activemq: 001-0019 Error found searching for >> command which. No such path or direc

Re: ActiveMQ 5.1.0 installation on an iSeries.

2008-11-20 Thread Joe Fernandez
idea > where to start with this. Just been trying to figure out currently where I > set that enviromental variable.:) > > Actual error is; > > /apache-activemq-5.1.0/bin/activemq: 001-0019 Error found searching for > command which. No such path or directory. > Error: JAVA_HOME is

Re: ActiveMQ 5.1.0 installation on an iSeries.

2008-11-20 Thread Awright
trying to figure out currently where I set that enviromental variable.:) Actual error is; /apache-activemq-5.1.0/bin/activemq: 001-0019 Error found searching for command which. No such path or directory. Error: JAVA_HOME is not defined correctly. Thanks for the response, and any light you could thro

Re: ActiveMQ 5.1.0 installation on an iSeries.

2008-11-20 Thread Joe Fernandez
'm doing something daft. > > Any help much appreciated. > > > -- View this message in context: http://www.nabble.com/ActiveMQ-5.1.0-installation-on-an-iSeries.-tp20597585p20599970.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

ActiveMQ 5.1.0 installation on an iSeries.

2008-11-20 Thread Awright
. -- View this message in context: http://www.nabble.com/ActiveMQ-5.1.0-installation-on-an-iSeries.-tp20597585p20597585.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Problem with spring context and activemq 5.1.0

2008-10-09 Thread angrywooper
.. Anyone got an idea ? Thanks for your time. -- View this message in context: http://www.nabble.com/Problem-with-spring-context-and-activemq-5.1.0-tp19896818p19896818.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: How to shutdown activemq 5.1.0 server?

2008-08-13 Thread Janesh S
in(Main.java:106) > > > Could you please help me figuring out the problem? > > -Madhav > > > On Wed, Aug 13, 2008 at 7:38 AM, Janesh S <[EMAIL PROTECTED]> wrote: > >> >> Hi, >> >> Finally I wrote the scr

Re: How to shutdown activemq 5.1.0 server?

2008-08-13 Thread Madhav
ght of sharing it on the forum > for public reference: > > #!/bin/sh > # Startup script for Apache ActiveMQ > ####### > > MQ_HOME=/apache-activemq-5.1.0 > > cd $MQ_HOME/bin > > export SUNJMX="-Dcom.sun.m

Re: How to shutdown activemq 5.1.0 server?

2008-08-12 Thread Janesh S
nt.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote=true" Thanks a lot for your help. Kind Regards, Jan -- View this message in context: http://www.nabble.com/How-to-shutdown-activemq-5.1.0-server--tp18884711p18957138.html Sent from th

Re: How to shutdown activemq 5.1.0 server?

2008-08-12 Thread Bruce Snyder
On Fri, Aug 8, 2008 at 2:21 AM, Janesh S <[EMAIL PROTECTED]> wrote: > > Hi Bruce, > > Thanks! > > I tried enabling the JMX using each of the following options, but still was > unable to stop the server using the "activemq-admin stop" command: > >

Re: How to shutdown activemq 5.1.0 server?

2008-08-12 Thread Janesh S
Hi, Finally I wrote the scripts myself and thought of sharing it on the forum for public reference: #!/bin/sh # Startup script for Apache ActiveMQ ### MQ_HOME=/apache-activemq-5.1.0 cd $MQ_HOME/bin export SUNJMX

Re: How to shutdown activemq 5.1.0 server?

2008-08-08 Thread Janesh S
com/How-to-shutdown-activemq-5.1.0-server--tp18884711p18902281.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: How to shutdown activemq 5.1.0 server?

2008-08-08 Thread Janesh S
p? Thanks. Kind Regards, Janesh bsnyder wrote: > > On Thu, Aug 7, 2008 at 9:40 PM, Janesh S <[EMAIL PROTECTED]> wrote: >> >> Hi, >> >> I want to use activemq on a linux server. I have installed activemq >> 5.1.0. I >> could run the server

Re: How to shutdown activemq 5.1.0 server?

2008-08-07 Thread Bruce Snyder
On Thu, Aug 7, 2008 at 9:40 PM, Janesh S <[EMAIL PROTECTED]> wrote: > > Hi, > > I want to use activemq on a linux server. I have installed activemq 5.1.0. I > could run the server by invoking the activemq executable directly. But I do > not find a way to gracefully shutdow

How to shutdown activemq 5.1.0 server?

2008-08-07 Thread Janesh S
Hi, I want to use activemq on a linux server. I have installed activemq 5.1.0. I could run the server by invoking the activemq executable directly. But I do not find a way to gracefully shutdown the server as there is no shutdown script/executable present in the bin directory. I read the

Re: Memory Usage limit in ActiveMQ 4.1.2 and ActiveMQ 5.1.0

2008-08-03 Thread wuxz
;> > >> > >> > >> > >> > >> > >> > Thank you! >> > >> > -Bala >> > >> >> -- >> View this message in context: >

Re: Memory Usage limit in ActiveMQ 4.1.2 and ActiveMQ 5.1.0

2008-08-03 Thread Ramdas Sawant
> > > > > > > > > > > > > > Thank you! > > > > -Bala > > > > -- > View this message in context: > http://www.nabble.com/Memory-Usage-limit-in-ActiveMQ-4.1.2-and-ActiveMQ-5.1.0-tp18642033p18804608.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. > > -- If you think, "you can", you can If you think, "you can't", you are right

Re: Memory Usage limit in ActiveMQ 4.1.2 and ActiveMQ 5.1.0

2008-08-03 Thread wuxz
aximum limit for these elements? > > > > > > > > > > > > > > > > Thank you! > > -Bala > -- View this message in context: http://www.nabble.com/Memory-Usage-limit-in-ActiveMQ-4.1.2-and-ActiveMQ-5.1.0-tp18642033p18804608.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Dead lock with activeMq 5.1.0 and Atomikos

2008-08-01 Thread sredmond
xt: http://www.nabble.com/Dead-lock-with-activeMq-5.1.0-and-Atomikos-tp18778924p18778924.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Memory Usage limit in ActiveMQ 4.1.2 and ActiveMQ 5.1.0

2008-07-27 Thread Rob Davies
t should the maximum limit for these elements? Thank you! -Bala -- View this message in context: http://www.nabble.com/Memory-Usage-limit-in-ActiveMQ-4.1.2-and-ActiveMQ-5.1.0-tp18642033p18642033.html Sent from the ActiveMQ - User mailing list archive at Nabble.com. -- If you think, "yo

Re: Memory Usage limit in ActiveMQ 4.1.2 and ActiveMQ 5.1.0

2008-07-27 Thread Ramdas Sawant
uot;? I searched this forum, but I am not clear on this topic. >> >> Also , what should the maximum limit for these elements? >> >> >> >> >> >> >> >> >> >> >>

Re: Memory Usage limit in ActiveMQ 4.1.2 and ActiveMQ 5.1.0

2008-07-25 Thread Ramdas Sawant
> -Bala > -- > View this message in context: > http://www.nabble.com/Memory-Usage-limit-in-ActiveMQ-4.1.2-and-ActiveMQ-5.1.0-tp18642033p18642033.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. > > -- If you think, "you can", you can If you think, "you can't", you are right

Memory Usage limit in ActiveMQ 4.1.2 and ActiveMQ 5.1.0

2008-07-24 Thread Bala M
e elements? Thank you! -Bala -- View this message in context: http://www.nabble.com/Memory-Usage-limit-in-ActiveMQ-4.1.2-and-ActiveMQ-5.1.0-tp18642033p18642033.html Sent from th

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 o

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 probl

Re: ActiveMQ 5.1.0

2008-07-18 Thread David Crisp
rack of which ones, unfortunately). File name was >> "apache-activemq-5.1.0-bin.tar.gz". > > I've downloaded from three mirrors and the Maven central repo and > they're all fine. What are you using to expand the tarball? > > Bruce > -- > perl -e

Re: ActiveMQ 5.1.0

2008-07-18 Thread David Crisp
rack of which ones, unfortunately). File name was >> "apache-activemq-5.1.0-bin.tar.gz". > > I've downloaded from three mirrors and the Maven central repo and > they're all fine. What are you using to expand the tarball? > > Bruce > -- > perl -e

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.ta

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 <[E

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 bi

ActiveMQ 5.1.0

2008-07-17 Thread David Crisp
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. There's a run.jar with a manifest, but executing it with "

Re: Services connected to ACTIVEMQ stop receiving messages (ActiveMQ 5.1.0)

2008-07-08 Thread Bruce Snyder
On Tue, Jul 8, 2008 at 11:21 AM, sparky2708 <[EMAIL PROTECTED]> wrote: > > I think you might be right. Is there a way to monitor when ActiveMQ runs out > of memory? Currently there's not automatic mechanism. > What could be some of the reasons it would run out of memory? If you haven't raised th

Re: Services connected to ACTIVEMQ stop receiving messages (ActiveMQ 5.1.0)

2008-07-08 Thread sparky2708
services connected to an ACTIVEMQ Broker stop >> receiving >> messages all of a sudden. I don't see anything in any of the ACTIVEMQ >> logs. >> I am using ActiveMQ 5.1.0. How can I figure out what is going on? (I have >> a >> suspicion that the broker might stop s

Re: Services connected to ACTIVEMQ stop receiving messages (ActiveMQ 5.1.0)

2008-07-08 Thread Bruce Snyder
On Tue, Jul 8, 2008 at 8:20 AM, sparky2708 <[EMAIL PROTECTED]> wrote: > > I am noticing that services connected to an ACTIVEMQ Broker stop receiving > messages all of a sudden. I don't see anything in any of the ACTIVEMQ logs. > I am using ActiveMQ 5.1.0. How can I figure o

Services connected to ACTIVEMQ stop receiving messages (ActiveMQ 5.1.0)

2008-07-08 Thread sparky2708
I am noticing that services connected to an ACTIVEMQ Broker stop receiving messages all of a sudden. I don't see anything in any of the ACTIVEMQ logs. I am using ActiveMQ 5.1.0. How can I figure out what is going on? (I have a suspicion that the broker might stop sending messages maybe be

Re: How do I change the activemq.log directory (ACTIVEMQ 5.1.0)

2008-06-30 Thread ttmdev
logged > to /tmp directory). Am using ACTIVEMQ 5.1.0. Please help... Not sure what > I am doing wrong: > > Loading message broker from: > xbean:file:/activemq/conf/dev/activemq_master.xml > log4j:ERROR setFile(null,true) call failed. > java.io.FileNotFoundException: /activ

Re: ActiveMQ-5.1.0-RC3 - Messages going missing

2008-06-26 Thread alanmc
t; in 3 >> messages just disappear. >> >> >> Dhruba Bandopadhyay-2 wrote: >>> >>> 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 rema

Re: example producer report problem in ActiveMQ 5.1.0

2008-05-15 Thread Hiram Chirino
wrote: > > I tested the example of the new version ActiveMQ 5.1.0 > and I got the below report after running "ant_home/example>ant producer" > > ... > [java] Sending message: Message: 1996 sent at: Mon May 12 03:11:59 > GMT+09:... > [java] Sending mes

Re: unix download of apache-activemq-5.1.0.tar.gz is corrupted

2008-05-13 Thread Bruce Snyder
On Tue, May 13, 2008 at 12:38 PM, Zemian Deng <[EMAIL PROTECTED]> wrote: > Hum... perhaps, a note of warning on the wiki near download page will > be helpful then. Yes, that's a good point. Done. > I still don't know to use PGP to verify the download. Can someone > enlightening me? The Apache

Re: unix download of apache-activemq-5.1.0.tar.gz is corrupted

2008-05-13 Thread Zemian Deng
Hum... perhaps, a note of warning on the wiki near download page will be helpful then. I still don't know to use PGP to verify the download. Can someone enlightening me? On Tue, May 13, 2008 at 2:29 PM, Bruce Snyder <[EMAIL PROTECTED]> wrote: > On Tue, May 13, 2008 at 11:34 AM, Filip Hanik - Dev

Re: unix download of apache-activemq-5.1.0.tar.gz is corrupted

2008-05-13 Thread Bruce Snyder
On Tue, May 13, 2008 at 11:34 AM, Filip Hanik - Dev Lists <[EMAIL PROTECTED]> wrote: > with other downloads such as tomcat or httpd, I don't have this problem I doubt that Tomcat or httpd use Maven to create releases. Hence, they won't exhibit this issue. Bruce -- perl -e 'print unpack("u30","D0

Re: unix download of apache-activemq-5.1.0.tar.gz is corrupted

2008-05-13 Thread Bruce Snyder
On Tue, May 13, 2008 at 8:29 AM, Zemian Deng <[EMAIL PROTECTED]> wrote: > Hi list, > > I tried few mirrors, but the file I got can't be untar. I get the > following error: > > tar: Unexpected EOF in archive > tar: A lone zero block at 61740 > tar: Error exit delayed from previous errors > > I

Re: unix download of apache-activemq-5.1.0.tar.gz is corrupted

2008-05-13 Thread Filip Hanik - Dev Lists
-0700, Filip Hanik - Dev Lists wrote: using gunzip and tar on solaris and windows(gunzip and tar ports) I get the following x apache-activemq-5.1.0/webapps/fileserver/WEB-INF/web.xml, 1860 bytes, 4 tape blocks tar: ././@LongLink: typeflag 'L' not recognized, converting to

Re: unix download of apache-activemq-5.1.0.tar.gz is corrupted

2008-05-13 Thread Zemian Deng
ip Hanik - Dev Lists wrote: > > using gunzip and tar on solaris and windows(gunzip and tar ports) I get > > the following > > > > x apache-activemq-5.1.0/webapps/fileserver/WEB-INF/web.xml, 1860 bytes, > > 4 tape blocks > > tar: ././@LongLink: typeflag &

Re: unix download of apache-activemq-5.1.0.tar.gz is corrupted

2008-05-13 Thread Timothy Bish
) I get > the following > > x apache-activemq-5.1.0/webapps/fileserver/WEB-INF/web.xml, 1860 bytes, > 4 tape blocks > tar: ././@LongLink: typeflag 'L' not recognized, converting to regular file > x ././@LongLink, 108 bytes, 1 tape blocks > x > apache-activemq-5.1

Re: unix download of apache-activemq-5.1.0.tar.gz is corrupted

2008-05-13 Thread Filip Hanik - Dev Lists
using gunzip and tar on solaris and windows(gunzip and tar ports) I get the following x apache-activemq-5.1.0/webapps/fileserver/WEB-INF/web.xml, 1860 bytes, 4 tape blocks tar: ././@LongLink: typeflag 'L' not recognized, converting to regular file x ././@LongLink, 108 bytes, 1 tap

unix download of apache-activemq-5.1.0.tar.gz is corrupted

2008-05-13 Thread Zemian Deng
Hi list, I tried few mirrors, but the file I got can't be untar. I get the following error: tar: Unexpected EOF in archive tar: A lone zero block at 61740 tar: Error exit delayed from previous errors I used firefox to download. Any idea? -- Thanks, Zemian Deng

example producer report problem in ActiveMQ 5.1.0

2008-05-11 Thread jhcha
I tested the example of the new version ActiveMQ 5.1.0 and I got the below report after running "ant_home/example>ant producer" ... [java] Sending message: Message: 1996 sent at: Mon May 12 03:11:59 GMT+09:... [java] Sending message: Message: 1997 sent at: Mon May 12 03

Re: [ANNOUNCE] Apache ActiveMQ 5.1.0

2008-05-11 Thread Arjen van der Meijden
r the 5.1 release ! Could you please give an update on the status of the above issue ? Since there is no response, it is not clear if the issue is fixed in 5.1. Thanks - Sridhar Hiram Chirino wrote: > > The ActiveMQ team is pleased to announce the release of ActiveMQ 5.1.0. > T

Re: [ANNOUNCE] Apache ActiveMQ 5.1.0

2008-05-08 Thread James Strachan
ase ! Could you please give an update on the status > of the above issue ? Since there is no response, it is not clear if the > issue is fixed in 5.1. > > Thanks > - Sridhar > > > > > > Hiram Chirino wrote: > > > > The ActiveMQ team is pleased to

Re: [ANNOUNCE] Apache ActiveMQ 5.1.0

2008-05-07 Thread realSri
s fixed in 5.1. Thanks - Sridhar Hiram Chirino wrote: > > The ActiveMQ team is pleased to announce the release of ActiveMQ 5.1.0. > This release fixes a large number of bugs that were in the 5.0.0 which > only expose themselves when the broker is used in anger. It is highly > r

[ANNOUNCE] Apache ActiveMQ 5.1.0

2008-05-07 Thread Hiram Chirino
The ActiveMQ team is pleased to announce the release of ActiveMQ 5.1.0. This release fixes a large number of bugs that were in the 5.0.0 which only expose themselves when the broker is used in anger. It is highly recommended that all 5.0.0 users upgrade to 5.1.0 as soon a possible. You can

Re: ActiveMQ-5.1.0-RC3 - Messages going missing

2008-04-21 Thread Rob Davies
her 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

Re: ActiveMQ-5.1.0-RC3 - Messages going missing

2008-04-21 Thread alanmc
ve 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 activemq 5.1.0-rc3 with 1 >

Re: ActiveMQ-5.1.0-RC3 - Messages going missing

2008-04-17 Thread Dhruba Bandopadhyay
mdps, tomcat 6.0.16 and activemq 5.1.0-rc3 with 1 > producer, 3 brokers and 1 consumer running 5 threads with almost > default broker configuration. > > Producer and consumer connecting via the following url. > > > failover://(tcp://10.10.32.140:61616,tcp://10

ActiveMQ-5.1.0-RC3 - Messages going missing

2008-04-17 Thread Dhruba Bandopadhyay
Hi, Using spring 2.5.3 mdps, tomcat 6.0.16 and activemq 5.1.0-rc3 with 1 producer, 3 brokers and 1 consumer running 5 threads with almost default broker configuration. Producer and consumer connecting via the following url. failover://(tcp://10.10.32.140:61616,tcp://10.10.32.142:61616,tcp

ActiveMQ 5.1.0 NullPointerException

2008-04-16 Thread Dhruba Bandopadhyay
ERROR Service- Async error occurred: java.lang.NullPointerException java.lang.NullPointerException at org.apache.activemq.broker.TransportConnection.processRemoveConsumer(TransportConnection.java:543) at org.apache.activemq.command.RemoveInfo.visit(RemoveInf

activemq 5.1.0 final release question

2008-04-15 Thread Dhruba Bandopadhyay
Hey, I saw that the website says "This release is in progress. Once the release is completed the distributions will be available in the locations below...". However the download gives me an RC2 tarball. I'm just wondering is the release that is in progress going to be for the final 5.1.0 or for