Hi Dan, 5.3.0 is not a snapshot, but the release. If you want to use the latest trunk snapshot it's now 5.4-SNAPSHOT ( https://repository.apache.org/content/repositories/snapshots/org/apache/activemq/activemq-core/5.4-SNAPSHOT ).
Cheers -- 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, Sep 30, 2009 at 10:00 PM, Dan Tran <[email protected]> wrote: > > > How come I dont see latest 5.3.0-SNAPSHOT deployed but 5.3-SNAPSHOT ( not > no > .0 ) which deployed on 10/9/09 > ( > https://repository.apache.org/content/repositories/snapshots/org/apache/activemq/activemq-core/5.3-SNAPSHOT > ) > > It is much more convenient for us to pull snapshot into development build ( > yeah, we are high risk taker) > > Thanks > > -Dan > > > Colin MacNaughton wrote: > > > > -1 > > > > Looks like there is a problem in activemq-throughput.xml (see > > https://issues.apache.org/activemq/browse/AMQ-2433) > > > > > > <policyEntry queue=">" producerFlowControl="true" memoryLimit="1mb"> > > <!--Incorrect:--> > > <pendingSubscriberPolicy> > > <vmCursor /> > > </pendingSubscriberPolicy> > > </policyEntry> > > > > Should be: > > > > <policyEntry queue=">" producerFlowControl="true" memoryLimit="1mb"> > > <pendingQueuePolicy> > > <vmCursor /> > > </pendingQueuePolicy> > > </policyEntry> > > > > Colin > > > > > > -----Original Message----- > > From: [email protected] [mailto:[email protected]] On Behalf Of Dejan > > Bosanac > > Sent: Wednesday, September 30, 2009 9:53 AM > > To: [email protected] > > Subject: [VOTE] Apache ActiveMQ 5.3.0 RC2 > > > > Hi, > > > > Please vote for Apache ActiveMQ 5.3.0 Release > > > > You can find artifacts in the following staging repo: > > https://repository.apache.org/content/repositories/activemq-staging-012/ > > > > Binary artifacts can be found here: > > > https://repository.apache.org/content/repositories/activemq-staging-012/org/ > > apache/activemq/apache-activemq/5.3.0/ > > > > Source release is at the following URL: > > > https://repository.apache.org/content/repositories/activemq-staging-012/org/ > > apache/activemq/activemq-parent/5.3.0/ > > > > or you can get the release source from the following SVN url: > > https://svn.apache.org/repos/asf/activemq/tags/activemq-5.3.0/ > > > > Maven web site: TBD > > > > This vote will be open for 72 hours. > > > > Please vote to approve this release > > > > [ ] +1 Release Apache ActiveMQ 5.3.0 > > [ ] -1 Veto the release (provide specific comments) > > [ ] 0 Abstain > > > > Here's my +1 > > > > > > Cheers > > -- > > 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 > > > > > > > > -- > View this message in context: > http://www.nabble.com/-VOTE--Apache-ActiveMQ-5.3.0-RC2-tp25685020p25687898.html > Sent from the ActiveMQ - Dev mailing list archive at Nabble.com. > >
