Return-Path: Delivered-To: apmail-geronimo-activemq-commits-archive@www.apache.org Received: (qmail 81215 invoked from network); 17 May 2006 17:02:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 17 May 2006 17:02:02 -0000 Received: (qmail 83796 invoked by uid 500); 17 May 2006 17:01:56 -0000 Delivered-To: apmail-geronimo-activemq-commits-archive@geronimo.apache.org Received: (qmail 83691 invoked by uid 500); 17 May 2006 17:01:56 -0000 Mailing-List: contact activemq-commits-help@geronimo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: activemq-dev@geronimo.apache.org Delivered-To: mailing list activemq-commits@geronimo.apache.org Received: (qmail 83587 invoked by uid 99); 17 May 2006 17:01:55 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 May 2006 10:01:55 -0700 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [140.211.166.113] (HELO eris.apache.org) (140.211.166.113) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 May 2006 10:01:50 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id D8E5C1A9837; Wed, 17 May 2006 10:01:29 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r407316 [2/7] - in /incubator/activemq/site: ./ 2004/04/13/ 2004/05/26/ 2004/06/25/ 2004/08/17/ 2005/02/03/ 2005/04/11/ 2005/06/06/ 2005/07/13/ 2005/08/25/ 2005/09/14/ 2005/10/26/ 2005/12/09/ Date: Wed, 17 May 2006 17:00:02 -0000 To: activemq-commits@geronimo.apache.org From: jstrachan@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20060517170129.D8E5C1A9837@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Modified: incubator/activemq/site/cms.html URL: http://svn.apache.org/viewvc/incubator/activemq/site/cms.html?rev=407316&r1=407315&r2=407316&view=diff ============================================================================== --- incubator/activemq/site/cms.html (original) +++ incubator/activemq/site/cms.html Wed May 17 09:59:45 2006 @@ -2,7 +2,11 @@ - + + CMS @@ -244,43 +248,7 @@ <P>The following example shows CMS in action</P> -<DIV class="code"><DIV class="codeContent"> -<PRE class="code-java">cms::TopicConnectionFactory* connectionFactory = <SPAN class="code-keyword">new</SPAN> activemq::ActiveMQConnectionFactory( <SPAN class="code-quote">"127.0.0.1:61613"</SPAN> ); -cms::TopicConnection* connection = connectionFactory->createTopicConnection(); -connection->setExceptionListener( <SPAN class="code-keyword">this</SPAN> ); -connection->start(); -cms::TopicSession* session = connection->createTopicSession( <SPAN class="code-keyword">false</SPAN> ); -cms::Topic* topic = session->createTopic(<SPAN class="code-quote">"mytopic"</SPAN>); -cms::TopicSubscriber* subscriber = session->createSubscriber( topic ); -subscriber->setMessageListener( <SPAN class="code-keyword">this</SPAN> ); -cms::TopicPublisher* publisher = session->createPublisher( topic ); - -<SPAN class="code-comment">// Send some text messages. -</SPAN><SPAN class="code-keyword">const</SPAN> <SPAN class="code-object">char</SPAN>* text = <SPAN class="code-quote">"<SPAN class="code-keyword">this</SPAN> is a test!"</SPAN>; -cms::TextMessage* textMsg = session->createTextMessage( text ); -<SPAN class="code-keyword">for</SPAN>( <SPAN class="code-object">int</SPAN> ix=0; ix<messagesPerType; ++ix ){ - publisher->publish( textMsg ); - doSleep(); -} - -<SPAN class="code-comment">// Send some bytes messages. -</SPAN><SPAN class="code-object">char</SPAN> buf[10]; -memset( buf, 0, 10 ); -buf[0] = 0; -buf[1] = 1; -buf[2] = 2; -buf[3] = 3; -buf[4] = 0; -buf[5] = 4; -buf[6] = 5; -buf[7] = 6; -cms::BytesMessage* bytesMsg = session->createBytesMessage(); -bytesMsg->setData( buf, 10 ); -<SPAN class="code-keyword">for</SPAN>( <SPAN class="code-object">int</SPAN> ix=0; ix<messagesPerType; ++ix ){ - publisher->publish( bytesMsg ); - doSleep(); -}</PRE> -</DIV></DIV></DIV> +</DIV> </DIV> </TD> Modified: incubator/activemq/site/code-overview.html URL: http://svn.apache.org/viewvc/incubator/activemq/site/code-overview.html?rev=407316&r1=407315&r2=407316&view=diff ============================================================================== --- incubator/activemq/site/code-overview.html (original) +++ incubator/activemq/site/code-overview.html Wed May 17 09:59:45 2006 @@ -2,7 +2,11 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML> <HEAD> - <LINK type="text/css" rel="stylesheet" href="resources/space.css"> +<!-- + Pier's plugin always overwrites the stylesheet so lets explicitly use another one + <link type="text/css" rel="stylesheet" href="autoexport:///ACTIVEMQ/resources/space.css"> +--> + <LINK type="text/css" rel="stylesheet" href="http://goopen.org/confluence/pages/viewpage.action?spaceKey=ACTIVEMQ&title=site.css"> <SCRIPT src="resources/space.js" type="text/javascript"></SCRIPT> <TITLE> Code Overview Modified: incubator/activemq/site/community.html URL: http://svn.apache.org/viewvc/incubator/activemq/site/community.html?rev=407316&r1=407315&r2=407316&view=diff ============================================================================== --- incubator/activemq/site/community.html (original) +++ incubator/activemq/site/community.html Wed May 17 09:59:45 2006 @@ -2,7 +2,11 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML> <HEAD> - <LINK type="text/css" rel="stylesheet" href="resources/space.css"> +<!-- + Pier's plugin always overwrites the stylesheet so lets explicitly use another one + <link type="text/css" rel="stylesheet" href="autoexport:///ACTIVEMQ/resources/space.css"> +--> + <LINK type="text/css" rel="stylesheet" href="http://goopen.org/confluence/pages/viewpage.action?spaceKey=ACTIVEMQ&title=site.css"> <SCRIPT src="resources/space.js" type="text/javascript"></SCRIPT> <TITLE> Community Modified: incubator/activemq/site/compile-activemq-with-gcj.html URL: http://svn.apache.org/viewvc/incubator/activemq/site/compile-activemq-with-gcj.html?rev=407316&r1=407315&r2=407316&view=diff ============================================================================== --- incubator/activemq/site/compile-activemq-with-gcj.html (original) +++ incubator/activemq/site/compile-activemq-with-gcj.html Wed May 17 09:59:45 2006 @@ -2,7 +2,11 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML> <HEAD> - <LINK type="text/css" rel="stylesheet" href="resources/space.css"> +<!-- + Pier's plugin always overwrites the stylesheet so lets explicitly use another one + <link type="text/css" rel="stylesheet" href="autoexport:///ACTIVEMQ/resources/space.css"> +--> + <LINK type="text/css" rel="stylesheet" href="http://goopen.org/confluence/pages/viewpage.action?spaceKey=ACTIVEMQ&title=site.css"> <SCRIPT src="resources/space.js" type="text/javascript"></SCRIPT> <TITLE> Compile ActiveMQ with GCJ Modified: incubator/activemq/site/composite-destinations.html URL: http://svn.apache.org/viewvc/incubator/activemq/site/composite-destinations.html?rev=407316&r1=407315&r2=407316&view=diff ============================================================================== --- incubator/activemq/site/composite-destinations.html (original) +++ incubator/activemq/site/composite-destinations.html Wed May 17 09:59:45 2006 @@ -2,7 +2,11 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML> <HEAD> - <LINK type="text/css" rel="stylesheet" href="resources/space.css"> +<!-- + Pier's plugin always overwrites the stylesheet so lets explicitly use another one + <link type="text/css" rel="stylesheet" href="autoexport:///ACTIVEMQ/resources/space.css"> +--> + <LINK type="text/css" rel="stylesheet" href="http://goopen.org/confluence/pages/viewpage.action?spaceKey=ACTIVEMQ&title=site.css"> <SCRIPT src="resources/space.js" type="text/javascript"></SCRIPT> <TITLE> Composite Destinations Modified: incubator/activemq/site/configuration.html URL: http://svn.apache.org/viewvc/incubator/activemq/site/configuration.html?rev=407316&r1=407315&r2=407316&view=diff ============================================================================== --- incubator/activemq/site/configuration.html (original) +++ incubator/activemq/site/configuration.html Wed May 17 09:59:45 2006 @@ -2,7 +2,11 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML> <HEAD> - <LINK type="text/css" rel="stylesheet" href="resources/space.css"> +<!-- + Pier's plugin always overwrites the stylesheet so lets explicitly use another one + <link type="text/css" rel="stylesheet" href="autoexport:///ACTIVEMQ/resources/space.css"> +--> + <LINK type="text/css" rel="stylesheet" href="http://goopen.org/confluence/pages/viewpage.action?spaceKey=ACTIVEMQ&title=site.css"> <SCRIPT src="resources/space.js" type="text/javascript"></SCRIPT> <TITLE> Configuration Modified: incubator/activemq/site/configuring-brokers.html URL: http://svn.apache.org/viewvc/incubator/activemq/site/configuring-brokers.html?rev=407316&r1=407315&r2=407316&view=diff ============================================================================== --- incubator/activemq/site/configuring-brokers.html (original) +++ incubator/activemq/site/configuring-brokers.html Wed May 17 09:59:45 2006 @@ -2,7 +2,11 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML> <HEAD> - <LINK type="text/css" rel="stylesheet" href="resources/space.css"> +<!-- + Pier's plugin always overwrites the stylesheet so lets explicitly use another one + <link type="text/css" rel="stylesheet" href="autoexport:///ACTIVEMQ/resources/space.css"> +--> + <LINK type="text/css" rel="stylesheet" href="http://goopen.org/confluence/pages/viewpage.action?spaceKey=ACTIVEMQ&title=site.css"> <SCRIPT src="resources/space.js" type="text/javascript"></SCRIPT> <TITLE> Configuring Brokers Modified: incubator/activemq/site/configuring-transports.html URL: http://svn.apache.org/viewvc/incubator/activemq/site/configuring-transports.html?rev=407316&r1=407315&r2=407316&view=diff ============================================================================== --- incubator/activemq/site/configuring-transports.html (original) +++ incubator/activemq/site/configuring-transports.html Wed May 17 09:59:45 2006 @@ -2,7 +2,11 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML> <HEAD> - <LINK type="text/css" rel="stylesheet" href="resources/space.css"> +<!-- + Pier's plugin always overwrites the stylesheet so lets explicitly use another one + <link type="text/css" rel="stylesheet" href="autoexport:///ACTIVEMQ/resources/space.css"> +--> + <LINK type="text/css" rel="stylesheet" href="http://goopen.org/confluence/pages/viewpage.action?spaceKey=ACTIVEMQ&title=site.css"> <SCRIPT src="resources/space.js" type="text/javascript"></SCRIPT> <TITLE> Configuring Transports Modified: incubator/activemq/site/configuring-wire-formats.html URL: http://svn.apache.org/viewvc/incubator/activemq/site/configuring-wire-formats.html?rev=407316&r1=407315&r2=407316&view=diff ============================================================================== --- incubator/activemq/site/configuring-wire-formats.html (original) +++ incubator/activemq/site/configuring-wire-formats.html Wed May 17 09:59:45 2006 @@ -2,7 +2,11 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML> <HEAD> - <LINK type="text/css" rel="stylesheet" href="resources/space.css"> +<!-- + Pier's plugin always overwrites the stylesheet so lets explicitly use another one + <link type="text/css" rel="stylesheet" href="autoexport:///ACTIVEMQ/resources/space.css"> +--> + <LINK type="text/css" rel="stylesheet" href="http://goopen.org/confluence/pages/viewpage.action?spaceKey=ACTIVEMQ&title=site.css"> <SCRIPT src="resources/space.js" type="text/javascript"></SCRIPT> <TITLE> Configuring Wire Formats Modified: incubator/activemq/site/connection-factory-properties.html URL: http://svn.apache.org/viewvc/incubator/activemq/site/connection-factory-properties.html?rev=407316&r1=407315&r2=407316&view=diff ============================================================================== --- incubator/activemq/site/connection-factory-properties.html (original) +++ incubator/activemq/site/connection-factory-properties.html Wed May 17 09:59:45 2006 @@ -2,7 +2,11 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML> <HEAD> - <LINK type="text/css" rel="stylesheet" href="resources/space.css"> +<!-- + Pier's plugin always overwrites the stylesheet so lets explicitly use another one + <link type="text/css" rel="stylesheet" href="autoexport:///ACTIVEMQ/resources/space.css"> +--> + <LINK type="text/css" rel="stylesheet" href="http://goopen.org/confluence/pages/viewpage.action?spaceKey=ACTIVEMQ&title=site.css"> <SCRIPT src="resources/space.js" type="text/javascript"></SCRIPT> <TITLE> Connection Factory Properties Modified: incubator/activemq/site/connectivity.html URL: http://svn.apache.org/viewvc/incubator/activemq/site/connectivity.html?rev=407316&r1=407315&r2=407316&view=diff ============================================================================== --- incubator/activemq/site/connectivity.html (original) +++ incubator/activemq/site/connectivity.html Wed May 17 09:59:45 2006 @@ -2,7 +2,11 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML> <HEAD> - <LINK type="text/css" rel="stylesheet" href="resources/space.css"> +<!-- + Pier's plugin always overwrites the stylesheet so lets explicitly use another one + <link type="text/css" rel="stylesheet" href="autoexport:///ACTIVEMQ/resources/space.css"> +--> + <LINK type="text/css" rel="stylesheet" href="http://goopen.org/confluence/pages/viewpage.action?spaceKey=ACTIVEMQ&title=site.css"> <SCRIPT src="resources/space.js" type="text/javascript"></SCRIPT> <TITLE> Connectivity @@ -245,7 +249,10 @@ <A href="javascript:hideChildren()">Hide Children</A></SPAN> </DIV> <DIV class="greybox" id="children" style="display: none;"> - <A href="openwire.html" title="OpenWire">OpenWire</A> + <A href="spring-support.html" title="Spring Support">Spring Support</A> + <SPAN class="smalltext">(ActiveMQ)</SPAN> + <BR> + <A href="openwire.html" title="OpenWire">OpenWire</A> <SPAN class="smalltext">(ActiveMQ)</SPAN> <BR> <A href="dot-net.html" title="dot Net">dot Net</A> @@ -279,9 +286,6 @@ <SPAN class="smalltext">(ActiveMQ)</SPAN> <BR> <A href="setting-up-activemq-with-tomcat-559.html" title="Setting up ActiveMQ with Tomcat 5.5.9">Setting up ActiveMQ with Tomcat 5.5.9</A> - <SPAN class="smalltext">(ActiveMQ)</SPAN> - <BR> - <A href="spring-support.html" title="Spring Support">Spring Support</A> <SPAN class="smalltext">(ActiveMQ)</SPAN> <BR> <A href="sun-jndi.html" title="Sun JNDI">Sun JNDI</A> Modified: incubator/activemq/site/consumer-dispatch-async.html URL: http://svn.apache.org/viewvc/incubator/activemq/site/consumer-dispatch-async.html?rev=407316&r1=407315&r2=407316&view=diff ============================================================================== --- incubator/activemq/site/consumer-dispatch-async.html (original) +++ incubator/activemq/site/consumer-dispatch-async.html Wed May 17 09:59:45 2006 @@ -2,7 +2,11 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML> <HEAD> - <LINK type="text/css" rel="stylesheet" href="resources/space.css"> +<!-- + Pier's plugin always overwrites the stylesheet so lets explicitly use another one + <link type="text/css" rel="stylesheet" href="autoexport:///ACTIVEMQ/resources/space.css"> +--> + <LINK type="text/css" rel="stylesheet" href="http://goopen.org/confluence/pages/viewpage.action?spaceKey=ACTIVEMQ&title=site.css"> <SCRIPT src="resources/space.js" type="text/javascript"></SCRIPT> <TITLE> Consumer Dispatch Async Modified: incubator/activemq/site/consumer-priority.html URL: http://svn.apache.org/viewvc/incubator/activemq/site/consumer-priority.html?rev=407316&r1=407315&r2=407316&view=diff ============================================================================== --- incubator/activemq/site/consumer-priority.html (original) +++ incubator/activemq/site/consumer-priority.html Wed May 17 09:59:45 2006 @@ -2,7 +2,11 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML> <HEAD> - <LINK type="text/css" rel="stylesheet" href="resources/space.css"> +<!-- + Pier's plugin always overwrites the stylesheet so lets explicitly use another one + <link type="text/css" rel="stylesheet" href="autoexport:///ACTIVEMQ/resources/space.css"> +--> + <LINK type="text/css" rel="stylesheet" href="http://goopen.org/confluence/pages/viewpage.action?spaceKey=ACTIVEMQ&title=site.css"> <SCRIPT src="resources/space.js" type="text/javascript"></SCRIPT> <TITLE> Consumer Priority Modified: incubator/activemq/site/contributing.html URL: http://svn.apache.org/viewvc/incubator/activemq/site/contributing.html?rev=407316&r1=407315&r2=407316&view=diff ============================================================================== --- incubator/activemq/site/contributing.html (original) +++ incubator/activemq/site/contributing.html Wed May 17 09:59:45 2006 @@ -2,7 +2,11 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML> <HEAD> - <LINK type="text/css" rel="stylesheet" href="resources/space.css"> +<!-- + Pier's plugin always overwrites the stylesheet so lets explicitly use another one + <link type="text/css" rel="stylesheet" href="autoexport:///ACTIVEMQ/resources/space.css"> +--> + <LINK type="text/css" rel="stylesheet" href="http://goopen.org/confluence/pages/viewpage.action?spaceKey=ACTIVEMQ&title=site.css"> <SCRIPT src="resources/space.js" type="text/javascript"></SCRIPT> <TITLE> Contributing @@ -327,19 +331,19 @@ </TR> <TR class="rowNormal"> <TD nowrap="true"> - <A href="https://issues.apache.org/activemq/browse/AMQ-709"><IMG src="https://issues.apache.org/activemq/images/icons/bug.gif" alt="Bug" border="0"></A> + <A href="https://issues.apache.org/activemq/browse/AMQ-711"><IMG src="https://issues.apache.org/activemq/images/icons/bug.gif" alt="Bug" border="0"></A> </TD> <TD nowrap="true"> - <A href="https://issues.apache.org/activemq/browse/AMQ-709">AMQ-709</A> + <A href="https://issues.apache.org/activemq/browse/AMQ-711">AMQ-711</A> </TD> <TD> - <A href="https://issues.apache.org/activemq/browse/AMQ-709">Maven 2 build for 4.0-M3 broken</A> + <A href="https://issues.apache.org/activemq/browse/AMQ-711">commit() should not be called while in auto-commit mode</A> </TD> <TD nowrap="true"> Unassigned </TD> <TD nowrap="true"> - Tim Chen + Niklas Käck </TD> <TD nowrap="true"> <IMG src="https://issues.apache.org/activemq/images/icons/priority_major.gif" alt="Major" border="0"> @@ -351,10 +355,10 @@ <FONT color="990000">UNRESOLVED</FONT> </TD> <TD nowrap="true"> - May 15, 2006 + May 17, 2006 </TD> <TD nowrap="true"> - May 15, 2006 + May 17, 2006 </TD> <TD nowrap="true"> @@ -362,19 +366,19 @@ </TR> <TR class="rowAlternate"> <TD nowrap="true"> - <A href="https://issues.apache.org/activemq/browse/AMQ-656"><IMG src="https://issues.apache.org/activemq/images/icons/improvement.gif" alt="Improvement" border="0"></A> + <A href="https://issues.apache.org/activemq/browse/AMQ-710"><IMG src="https://issues.apache.org/activemq/images/icons/bug.gif" alt="Bug" border="0"></A> </TD> <TD nowrap="true"> - <A href="https://issues.apache.org/activemq/browse/AMQ-656">AMQ-656</A> + <A href="https://issues.apache.org/activemq/browse/AMQ-710">AMQ-710</A> </TD> <TD> - <A href="https://issues.apache.org/activemq/browse/AMQ-656">Update of AMQ C++ client</A> + <A href="https://issues.apache.org/activemq/browse/AMQ-710">Can't compile the AMQ4.0 release source,cann't find the reliant package.</A> </TD> <TD nowrap="true"> Unassigned </TD> <TD nowrap="true"> - MF + tao </TD> <TD nowrap="true"> <IMG src="https://issues.apache.org/activemq/images/icons/priority_major.gif" alt="Major" border="0"> @@ -386,10 +390,10 @@ <FONT color="990000">UNRESOLVED</FONT> </TD> <TD nowrap="true"> - Mar 22, 2006 + May 17, 2006 </TD> <TD nowrap="true"> - May 15, 2006 + May 17, 2006 </TD> <TD nowrap="true"> @@ -403,7 +407,7 @@ <A href="https://issues.apache.org/activemq/browse/AMQ-707">AMQ-707</A> </TD> <TD> - <A href="https://issues.apache.org/activemq/browse/AMQ-707">makefile plus some changes for the CMS C++ client </A> + <A href="https://issues.apache.org/activemq/browse/AMQ-707">makefile plus some changes for the CMS C++ client</A> </TD> <TD nowrap="true"> Unassigned @@ -424,7 +428,7 @@ May 11, 2006 </TD> <TD nowrap="true"> - May 11, 2006 + May 16, 2006 </TD> <TD nowrap="true"> @@ -432,34 +436,34 @@ </TR> <TR class="rowAlternate"> <TD nowrap="true"> - <A href="https://issues.apache.org/activemq/browse/AMQ-630"><IMG src="https://issues.apache.org/activemq/images/icons/bug.gif" alt="Bug" border="0"></A> + <A href="https://issues.apache.org/activemq/browse/AMQ-480"><IMG src="https://issues.apache.org/activemq/images/icons/improvement.gif" alt="Improvement" border="0"></A> </TD> <TD nowrap="true"> - <A href="https://issues.apache.org/activemq/browse/AMQ-630">AMQ-630</A> + <A href="https://issues.apache.org/activemq/browse/AMQ-480">AMQ-480</A> </TD> <TD> - <A href="https://issues.apache.org/activemq/browse/AMQ-630">After broker has shutdown, cannot shutdown a client application</A> + <A href="https://issues.apache.org/activemq/browse/AMQ-480">add consume ability to openwire-c</A> </TD> <TD nowrap="true"> - Unassigned + Hiram Chirino </TD> <TD nowrap="true"> - Kieran Murphy + james strachan </TD> <TD nowrap="true"> <IMG src="https://issues.apache.org/activemq/images/icons/priority_major.gif" alt="Major" border="0"> </TD> <TD nowrap="true"> - <IMG src="https://issues.apache.org/activemq/images/icons/status_reopened.gif" alt="Reopened" border="0">Reopened + <IMG src="https://issues.apache.org/activemq/images/icons/status_open.gif" alt="Open" border="0">Open </TD> <TD nowrap="true"> <FONT color="990000">UNRESOLVED</FONT> </TD> <TD nowrap="true"> - Mar 13, 2006 + Jan 10, 2006 </TD> <TD nowrap="true"> - May 09, 2006 + May 16, 2006 </TD> <TD nowrap="true"> @@ -467,22 +471,22 @@ </TR> <TR class="rowNormal"> <TD nowrap="true"> - <A href="https://issues.apache.org/activemq/browse/AMQ-706"><IMG src="https://issues.apache.org/activemq/images/icons/bug.gif" alt="Bug" border="0"></A> + <A href="https://issues.apache.org/activemq/browse/AMQ-610"><IMG src="https://issues.apache.org/activemq/images/icons/bug.gif" alt="Bug" border="0"></A> </TD> <TD nowrap="true"> - <A href="https://issues.apache.org/activemq/browse/AMQ-706">AMQ-706</A> + <A href="https://issues.apache.org/activemq/browse/AMQ-610">AMQ-610</A> </TD> <TD> - <A href="https://issues.apache.org/activemq/browse/AMQ-706">missing quotes in activemq.bat</A> + <A href="https://issues.apache.org/activemq/browse/AMQ-610">fix the test case FanoutTransportBrokerTest which is failing now due to the fix for AMQ-607 by making the open of the socket occur in the start() method</A> </TD> <TD nowrap="true"> - Adrian Co + Hiram Chirino </TD> <TD nowrap="true"> - Brad Fritz + james strachan </TD> <TD nowrap="true"> - <IMG src="https://issues.apache.org/activemq/images/icons/priority_minor.gif" alt="Minor" border="0"> + <IMG src="https://issues.apache.org/activemq/images/icons/priority_major.gif" alt="Major" border="0"> </TD> <TD nowrap="true"> <IMG src="https://issues.apache.org/activemq/images/icons/status_open.gif" alt="Open" border="0">Open @@ -491,10 +495,10 @@ <FONT color="990000">UNRESOLVED</FONT> </TD> <TD nowrap="true"> - May 08, 2006 + Mar 03, 2006 </TD> <TD nowrap="true"> - May 08, 2006 + May 16, 2006 </TD> <TD nowrap="true"> @@ -502,34 +506,34 @@ </TR> <TR class="rowAlternate"> <TD nowrap="true"> - <A href="https://issues.apache.org/activemq/browse/AMQ-684"><IMG src="https://issues.apache.org/activemq/images/icons/bug.gif" alt="Bug" border="0"></A> + <A href="https://issues.apache.org/activemq/browse/AMQ-629"><IMG src="https://issues.apache.org/activemq/images/icons/bug.gif" alt="Bug" border="0"></A> </TD> <TD nowrap="true"> - <A href="https://issues.apache.org/activemq/browse/AMQ-684">AMQ-684</A> + <A href="https://issues.apache.org/activemq/browse/AMQ-629">AMQ-629</A> </TD> <TD> - <A href="https://issues.apache.org/activemq/browse/AMQ-684">Fatal bug: JMS Send message will be blocked,when two or more recive client reciving one queue destation.</A> + <A href="https://issues.apache.org/activemq/browse/AMQ-629">test case SslTransportBrokerTest not working</A> </TD> <TD nowrap="true"> - Unassigned + Adrian Co </TD> <TD nowrap="true"> - tao + james strachan </TD> <TD nowrap="true"> <IMG src="https://issues.apache.org/activemq/images/icons/priority_major.gif" alt="Major" border="0"> </TD> <TD nowrap="true"> - <IMG src="https://issues.apache.org/activemq/images/icons/status_open.gif" alt="Open" border="0">Open + <IMG src="https://issues.apache.org/activemq/images/icons/status_reopened.gif" alt="Reopened" border="0">Reopened </TD> <TD nowrap="true"> <FONT color="990000">UNRESOLVED</FONT> </TD> <TD nowrap="true"> - Apr 09, 2006 + Mar 12, 2006 </TD> <TD nowrap="true"> - May 07, 2006 + May 16, 2006 </TD> <TD nowrap="true"> @@ -537,34 +541,34 @@ </TR> <TR class="rowNormal"> <TD nowrap="true"> - <A href="https://issues.apache.org/activemq/browse/AMQ-704"><IMG src="https://issues.apache.org/activemq/images/icons/bug.gif" alt="Bug" border="0"></A> + <A href="https://issues.apache.org/activemq/browse/AMQ-631"><IMG src="https://issues.apache.org/activemq/images/icons/task.gif" alt="Task" border="0"></A> </TD> <TD nowrap="true"> - <A href="https://issues.apache.org/activemq/browse/AMQ-704">AMQ-704</A> + <A href="https://issues.apache.org/activemq/browse/AMQ-631">AMQ-631</A> </TD> <TD> - <A href="https://issues.apache.org/activemq/browse/AMQ-704">ActiveIO compromises java.lang.System.properties</A> + <A href="https://issues.apache.org/activemq/browse/AMQ-631">verify that HttpsTransportBrokerTest won't hang on other environment</A> </TD> <TD nowrap="true"> - Hiram Chirino + Adrian Co </TD> <TD nowrap="true"> - matt hoffman + Adrian Co </TD> <TD nowrap="true"> <IMG src="https://issues.apache.org/activemq/images/icons/priority_major.gif" alt="Major" border="0"> </TD> <TD nowrap="true"> - <IMG src="https://issues.apache.org/activemq/images/icons/status_open.gif" alt="Open" border="0">Open + <IMG src="https://issues.apache.org/activemq/images/icons/status_reopened.gif" alt="Reopened" border="0">Reopened </TD> <TD nowrap="true"> <FONT color="990000">UNRESOLVED</FONT> </TD> <TD nowrap="true"> - May 02, 2006 + Mar 13, 2006 </TD> <TD nowrap="true"> - May 03, 2006 + May 16, 2006 </TD> <TD nowrap="true"> @@ -572,22 +576,22 @@ </TR> <TR class="rowAlternate"> <TD nowrap="true"> - <A href="https://issues.apache.org/activemq/browse/AMQ-629"><IMG src="https://issues.apache.org/activemq/images/icons/bug.gif" alt="Bug" border="0"></A> + <A href="https://issues.apache.org/activemq/browse/AMQ-648"><IMG src="http://goopen.org/confluence/pages/viewpage.action?spaceKey=ACTIVEMQ&title=$icons.get(%20$item.getChild('type').getValue()%20)" alt="Wish" border="0"></A> </TD> <TD nowrap="true"> - <A href="https://issues.apache.org/activemq/browse/AMQ-629">AMQ-629</A> + <A href="https://issues.apache.org/activemq/browse/AMQ-648">AMQ-648</A> </TD> <TD> - <A href="https://issues.apache.org/activemq/browse/AMQ-629">test case SslTransportBrokerTest not working</A> + <A href="https://issues.apache.org/activemq/browse/AMQ-648">Changing the default JMX URL</A> </TD> <TD nowrap="true"> - Adrian Co + Unassigned </TD> <TD nowrap="true"> - james strachan + Bruce Mitchener </TD> <TD nowrap="true"> - <IMG src="https://issues.apache.org/activemq/images/icons/priority_major.gif" alt="Major" border="0"> + <IMG src="https://issues.apache.org/activemq/images/icons/priority_minor.gif" alt="Minor" border="0"> </TD> <TD nowrap="true"> <IMG src="https://issues.apache.org/activemq/images/icons/status_reopened.gif" alt="Reopened" border="0">Reopened @@ -596,10 +600,10 @@ <FONT color="990000">UNRESOLVED</FONT> </TD> <TD nowrap="true"> - Mar 12, 2006 + Mar 21, 2006 </TD> <TD nowrap="true"> - May 03, 2006 + May 16, 2006 </TD> <TD nowrap="true"> @@ -607,19 +611,19 @@ </TR> <TR class="rowNormal"> <TD nowrap="true"> - <A href="https://issues.apache.org/activemq/browse/AMQ-652"><IMG src="https://issues.apache.org/activemq/images/icons/bug.gif" alt="Bug" border="0"></A> + <A href="https://issues.apache.org/activemq/browse/AMQ-327"><IMG src="https://issues.apache.org/activemq/images/icons/bug.gif" alt="Bug" border="0"></A> </TD> <TD nowrap="true"> - <A href="https://issues.apache.org/activemq/browse/AMQ-652">AMQ-652</A> + <A href="https://issues.apache.org/activemq/browse/AMQ-327">AMQ-327</A> </TD> <TD> - <A href="https://issues.apache.org/activemq/browse/AMQ-652">Potential infinite loop in ActiveMQ shutdown processing when in Geronimo</A> + <A href="https://issues.apache.org/activemq/browse/AMQ-327">Orphanded/lost queue messages in various failover tests in two broker configuration</A> </TD> <TD nowrap="true"> - Unassigned + Rob Davies </TD> <TD nowrap="true"> - Hiram Chirino + Dennis Cook </TD> <TD nowrap="true"> <IMG src="https://issues.apache.org/activemq/images/icons/priority_major.gif" alt="Major" border="0"> @@ -631,10 +635,10 @@ <FONT color="990000">UNRESOLVED</FONT> </TD> <TD nowrap="true"> - Mar 21, 2006 + Aug 17, 2005 </TD> <TD nowrap="true"> - May 03, 2006 + May 16, 2006 </TD> <TD nowrap="true"> @@ -642,19 +646,19 @@ </TR> <TR class="rowAlternate"> <TD nowrap="true"> - <A href="https://issues.apache.org/activemq/browse/AMQ-700"><IMG src="https://issues.apache.org/activemq/images/icons/improvement.gif" alt="Improvement" border="0"></A> + <A href="https://issues.apache.org/activemq/browse/AMQ-663"><IMG src="https://issues.apache.org/activemq/images/icons/improvement.gif" alt="Improvement" border="0"></A> </TD> <TD nowrap="true"> - <A href="https://issues.apache.org/activemq/browse/AMQ-700">AMQ-700</A> + <A href="https://issues.apache.org/activemq/browse/AMQ-663">AMQ-663</A> </TD> <TD> - <A href="https://issues.apache.org/activemq/browse/AMQ-700">Enable the wiki renderer for the Description and Comment fields in JIRA</A> + <A href="https://issues.apache.org/activemq/browse/AMQ-663">JMX management info about subscriptions is incomplete</A> </TD> <TD nowrap="true"> Unassigned </TD> <TD nowrap="true"> - Jason Dillon + Bruce Mitchener </TD> <TD nowrap="true"> <IMG src="https://issues.apache.org/activemq/images/icons/priority_major.gif" alt="Major" border="0"> @@ -666,10 +670,10 @@ <FONT color="990000">UNRESOLVED</FONT> </TD> <TD nowrap="true"> - May 01, 2006 + Mar 27, 2006 </TD> <TD nowrap="true"> - May 02, 2006 + May 16, 2006 </TD> <TD nowrap="true"> @@ -677,34 +681,34 @@ </TR> <TR class="rowNormal"> <TD nowrap="true"> - <A href="https://issues.apache.org/activemq/browse/AMQ-698"><IMG src="https://issues.apache.org/activemq/images/icons/bug.gif" alt="Bug" border="0"></A> + <A href="https://issues.apache.org/activemq/browse/AMQ-709"><IMG src="https://issues.apache.org/activemq/images/icons/bug.gif" alt="Bug" border="0"></A> </TD> <TD nowrap="true"> - <A href="https://issues.apache.org/activemq/browse/AMQ-698">AMQ-698</A> + <A href="https://issues.apache.org/activemq/browse/AMQ-709">AMQ-709</A> </TD> <TD> - <A href="https://issues.apache.org/activemq/browse/AMQ-698">activemq.org website links to old JIRA</A> + <A href="https://issues.apache.org/activemq/browse/AMQ-709">Maven 2 build for 4.0-M3 broken</A> </TD> <TD nowrap="true"> Unassigned </TD> <TD nowrap="true"> - Jason Dillon + Tim Chen </TD> <TD nowrap="true"> <IMG src="https://issues.apache.org/activemq/images/icons/priority_major.gif" alt="Major" border="0"> </TD> <TD nowrap="true"> - <IMG src="https://issues.apache.org/activemq/images/icons/status_reopened.gif" alt="Reopened" border="0">Reopened + <IMG src="https://issues.apache.org/activemq/images/icons/status_open.gif" alt="Open" border="0">Open </TD> <TD nowrap="true"> <FONT color="990000">UNRESOLVED</FONT> </TD> <TD nowrap="true"> - May 01, 2006 + May 15, 2006 </TD> <TD nowrap="true"> - May 02, 2006 + May 15, 2006 </TD> <TD nowrap="true"> @@ -712,19 +716,19 @@ </TR> <TR class="rowAlternate"> <TD nowrap="true"> - <A href="https://issues.apache.org/activemq/browse/AMQ-702"><IMG src="https://issues.apache.org/activemq/images/icons/improvement.gif" alt="Improvement" border="0"></A> + <A href="https://issues.apache.org/activemq/browse/AMQ-656"><IMG src="https://issues.apache.org/activemq/images/icons/improvement.gif" alt="Improvement" border="0"></A> </TD> <TD nowrap="true"> - <A href="https://issues.apache.org/activemq/browse/AMQ-702">AMQ-702</A> + <A href="https://issues.apache.org/activemq/browse/AMQ-656">AMQ-656</A> </TD> <TD> - <A href="https://issues.apache.org/activemq/browse/AMQ-702">`bstat --help` should display something useful</A> + <A href="https://issues.apache.org/activemq/browse/AMQ-656">Update of AMQ C++ client</A> </TD> <TD nowrap="true"> - Adrian Co + Unassigned </TD> <TD nowrap="true"> - Jason Dillon + MF </TD> <TD nowrap="true"> <IMG src="https://issues.apache.org/activemq/images/icons/priority_major.gif" alt="Major" border="0"> @@ -736,10 +740,10 @@ <FONT color="990000">UNRESOLVED</FONT> </TD> <TD nowrap="true"> - May 01, 2006 + Mar 22, 2006 </TD> <TD nowrap="true"> - May 01, 2006 + May 15, 2006 </TD> <TD nowrap="true"> @@ -747,34 +751,34 @@ </TR> <TR class="rowNormal"> <TD nowrap="true"> - <A href="https://issues.apache.org/activemq/browse/AMQ-701"><IMG src="https://issues.apache.org/activemq/images/icons/improvement.gif" alt="Improvement" border="0"></A> + <A href="https://issues.apache.org/activemq/browse/AMQ-630"><IMG src="https://issues.apache.org/activemq/images/icons/bug.gif" alt="Bug" border="0"></A> </TD> <TD nowrap="true"> - <A href="https://issues.apache.org/activemq/browse/AMQ-701">AMQ-701</A> + <A href="https://issues.apache.org/activemq/browse/AMQ-630">AMQ-630</A> </TD> <TD> - <A href="https://issues.apache.org/activemq/browse/AMQ-701">Unix scripts in distro should have mode 755</A> + <A href="https://issues.apache.org/activemq/browse/AMQ-630">After broker has shutdown, cannot shutdown a client application</A> </TD> <TD nowrap="true"> - Adrian Co + Unassigned </TD> <TD nowrap="true"> - Jason Dillon + Kieran Murphy </TD> <TD nowrap="true"> <IMG src="https://issues.apache.org/activemq/images/icons/priority_major.gif" alt="Major" border="0"> </TD> <TD nowrap="true"> - <IMG src="https://issues.apache.org/activemq/images/icons/status_open.gif" alt="Open" border="0">Open + <IMG src="https://issues.apache.org/activemq/images/icons/status_reopened.gif" alt="Reopened" border="0">Reopened </TD> <TD nowrap="true"> <FONT color="990000">UNRESOLVED</FONT> </TD> <TD nowrap="true"> - May 01, 2006 + Mar 13, 2006 </TD> <TD nowrap="true"> - May 01, 2006 + May 09, 2006 </TD> <TD nowrap="true"> @@ -782,22 +786,22 @@ </TR> <TR class="rowAlternate"> <TD nowrap="true"> - <A href="https://issues.apache.org/activemq/browse/AMQ-699"><IMG src="https://issues.apache.org/activemq/images/icons/improvement.gif" alt="Improvement" border="0"></A> + <A href="https://issues.apache.org/activemq/browse/AMQ-706"><IMG src="https://issues.apache.org/activemq/images/icons/bug.gif" alt="Bug" border="0"></A> </TD> <TD nowrap="true"> - <A href="https://issues.apache.org/activemq/browse/AMQ-699">AMQ-699</A> + <A href="https://issues.apache.org/activemq/browse/AMQ-706">AMQ-706</A> </TD> <TD> - <A href="https://issues.apache.org/activemq/browse/AMQ-699">Add PropertyPlaceholderConfigurer to default activemq.xml</A> + <A href="https://issues.apache.org/activemq/browse/AMQ-706">missing quotes in activemq.bat</A> </TD> <TD nowrap="true"> - Unassigned + Adrian Co </TD> <TD nowrap="true"> - Jason Dillon + Brad Fritz </TD> <TD nowrap="true"> - <IMG src="https://issues.apache.org/activemq/images/icons/priority_major.gif" alt="Major" border="0"> + <IMG src="https://issues.apache.org/activemq/images/icons/priority_minor.gif" alt="Minor" border="0"> </TD> <TD nowrap="true"> <IMG src="https://issues.apache.org/activemq/images/icons/status_open.gif" alt="Open" border="0">Open @@ -806,10 +810,10 @@ <FONT color="990000">UNRESOLVED</FONT> </TD> <TD nowrap="true"> - May 01, 2006 + May 08, 2006 </TD> <TD nowrap="true"> - May 01, 2006 + May 08, 2006 </TD> <TD nowrap="true"> @@ -817,34 +821,34 @@ </TR> <TR class="rowNormal"> <TD nowrap="true"> - <A href="https://issues.apache.org/activemq/browse/AMQ-648"><IMG src="http://goopen.org/confluence/pages/viewpage.action?spaceKey=ACTIVEMQ&title=$icons.get(%20$item.getChild('type').getValue()%20)" alt="Wish" border="0"></A> + <A href="https://issues.apache.org/activemq/browse/AMQ-684"><IMG src="https://issues.apache.org/activemq/images/icons/bug.gif" alt="Bug" border="0"></A> </TD> <TD nowrap="true"> - <A href="https://issues.apache.org/activemq/browse/AMQ-648">AMQ-648</A> + <A href="https://issues.apache.org/activemq/browse/AMQ-684">AMQ-684</A> </TD> <TD> - <A href="https://issues.apache.org/activemq/browse/AMQ-648">Changing the default JMX URL</A> + <A href="https://issues.apache.org/activemq/browse/AMQ-684">Fatal bug: JMS Send message will be blocked,when two or more recive client reciving one queue destation.</A> </TD> <TD nowrap="true"> Unassigned </TD> <TD nowrap="true"> - Bruce Mitchener + tao </TD> <TD nowrap="true"> - <IMG src="https://issues.apache.org/activemq/images/icons/priority_minor.gif" alt="Minor" border="0"> + <IMG src="https://issues.apache.org/activemq/images/icons/priority_major.gif" alt="Major" border="0"> </TD> <TD nowrap="true"> - <IMG src="https://issues.apache.org/activemq/images/icons/status_reopened.gif" alt="Reopened" border="0">Reopened + <IMG src="https://issues.apache.org/activemq/images/icons/status_open.gif" alt="Open" border="0">Open </TD> <TD nowrap="true"> <FONT color="990000">UNRESOLVED</FONT> </TD> <TD nowrap="true"> - Mar 21, 2006 + Apr 09, 2006 </TD> <TD nowrap="true"> - May 01, 2006 + May 07, 2006 </TD> <TD nowrap="true"> @@ -852,34 +856,34 @@ </TR> <TR class="rowAlternate"> <TD nowrap="true"> - <A href="https://issues.apache.org/activemq/browse/AMQ-531"><IMG src="https://issues.apache.org/activemq/images/icons/bug.gif" alt="Bug" border="0"></A> + <A href="https://issues.apache.org/activemq/browse/AMQ-652"><IMG src="https://issues.apache.org/activemq/images/icons/bug.gif" alt="Bug" border="0"></A> </TD> <TD nowrap="true"> - <A href="https://issues.apache.org/activemq/browse/AMQ-531">AMQ-531</A> + <A href="https://issues.apache.org/activemq/browse/AMQ-652">AMQ-652</A> </TD> <TD> - <A href="https://issues.apache.org/activemq/browse/AMQ-531">XBean has a runtime issue with Spring 2.0M2</A> + <A href="https://issues.apache.org/activemq/browse/AMQ-652">Potential infinite loop in ActiveMQ shutdown processing when in Geronimo</A> </TD> <TD nowrap="true"> - james strachan + Unassigned </TD> <TD nowrap="true"> - Ben Hale + Hiram Chirino </TD> <TD nowrap="true"> <IMG src="https://issues.apache.org/activemq/images/icons/priority_major.gif" alt="Major" border="0"> </TD> <TD nowrap="true"> - <IMG src="https://issues.apache.org/activemq/images/icons/status_reopened.gif" alt="Reopened" border="0">Reopened + <IMG src="https://issues.apache.org/activemq/images/icons/status_open.gif" alt="Open" border="0">Open </TD> <TD nowrap="true"> <FONT color="990000">UNRESOLVED</FONT> </TD> <TD nowrap="true"> - Feb 05, 2006 + Mar 21, 2006 </TD> <TD nowrap="true"> - May 01, 2006 + May 03, 2006 </TD> <TD nowrap="true"> @@ -887,34 +891,34 @@ </TR> <TR class="rowNormal"> <TD nowrap="true"> - <A href="https://issues.apache.org/activemq/browse/AMQ-631"><IMG src="https://issues.apache.org/activemq/images/icons/task.gif" alt="Task" border="0"></A> + <A href="https://issues.apache.org/activemq/browse/AMQ-700"><IMG src="https://issues.apache.org/activemq/images/icons/improvement.gif" alt="Improvement" border="0"></A> </TD> <TD nowrap="true"> - <A href="https://issues.apache.org/activemq/browse/AMQ-631">AMQ-631</A> + <A href="https://issues.apache.org/activemq/browse/AMQ-700">AMQ-700</A> </TD> <TD> - <A href="https://issues.apache.org/activemq/browse/AMQ-631">verify that HttpsTransportBrokerTest won't hang on other environment</A> + <A href="https://issues.apache.org/activemq/browse/AMQ-700">Enable the wiki renderer for the Description and Comment fields in JIRA</A> </TD> <TD nowrap="true"> - Adrian Co + Unassigned </TD> <TD nowrap="true"> - Adrian Co + Jason Dillon </TD> <TD nowrap="true"> <IMG src="https://issues.apache.org/activemq/images/icons/priority_major.gif" alt="Major" border="0"> </TD> <TD nowrap="true"> - <IMG src="https://issues.apache.org/activemq/images/icons/status_reopened.gif" alt="Reopened" border="0">Reopened + <IMG src="https://issues.apache.org/activemq/images/icons/status_open.gif" alt="Open" border="0">Open </TD> <TD nowrap="true"> <FONT color="990000">UNRESOLVED</FONT> </TD> <TD nowrap="true"> - Mar 13, 2006 + May 01, 2006 </TD> <TD nowrap="true"> - May 01, 2006 + May 02, 2006 </TD> <TD nowrap="true"> @@ -922,22 +926,22 @@ </TR> <TR class="rowAlternate"> <TD nowrap="true"> - <A href="https://issues.apache.org/activemq/browse/AMQ-693"><IMG src="https://issues.apache.org/activemq/images/icons/improvement.gif" alt="Improvement" border="0"></A> + <A href="https://issues.apache.org/activemq/browse/AMQ-702"><IMG src="https://issues.apache.org/activemq/images/icons/improvement.gif" alt="Improvement" border="0"></A> </TD> <TD nowrap="true"> - <A href="https://issues.apache.org/activemq/browse/AMQ-693">AMQ-693</A> + <A href="https://issues.apache.org/activemq/browse/AMQ-702">AMQ-702</A> </TD> <TD> - <A href="https://issues.apache.org/activemq/browse/AMQ-693">STOMP C client ready for Sun Workshop 6 and above on Solaris</A> + <A href="https://issues.apache.org/activemq/browse/AMQ-702">`bstat --help` should display something useful</A> </TD> <TD nowrap="true"> - Unassigned + Adrian Co </TD> <TD nowrap="true"> - vik dhawan + Jason Dillon </TD> <TD nowrap="true"> - <IMG src="https://issues.apache.org/activemq/images/icons/priority_minor.gif" alt="Minor" border="0"> + <IMG src="https://issues.apache.org/activemq/images/icons/priority_major.gif" alt="Major" border="0"> </TD> <TD nowrap="true"> <IMG src="https://issues.apache.org/activemq/images/icons/status_open.gif" alt="Open" border="0">Open @@ -946,7 +950,7 @@ <FONT color="990000">UNRESOLVED</FONT> </TD> <TD nowrap="true"> - Apr 25, 2006 + May 01, 2006 </TD> <TD nowrap="true"> May 01, 2006 @@ -957,19 +961,19 @@ </TR> <TR class="rowNormal"> <TD nowrap="true"> - <A href="https://issues.apache.org/activemq/browse/AMQ-694"><IMG src="https://issues.apache.org/activemq/images/icons/bug.gif" alt="Bug" border="0"></A> + <A href="https://issues.apache.org/activemq/browse/AMQ-701"><IMG src="https://issues.apache.org/activemq/images/icons/improvement.gif" alt="Improvement" border="0"></A> </TD> <TD nowrap="true"> - <A href="https://issues.apache.org/activemq/browse/AMQ-694">AMQ-694</A> + <A href="https://issues.apache.org/activemq/browse/AMQ-701">AMQ-701</A> </TD> <TD> - <A href="https://issues.apache.org/activemq/browse/AMQ-694">Probblem with "messageSelector" in 4.0 M3</A> + <A href="https://issues.apache.org/activemq/browse/AMQ-701">Unix scripts in distro should have mode 755</A> </TD> <TD nowrap="true"> - Unassigned + Adrian Co </TD> <TD nowrap="true"> - hailima + Jason Dillon </TD> <TD nowrap="true"> <IMG src="https://issues.apache.org/activemq/images/icons/priority_major.gif" alt="Major" border="0"> @@ -981,10 +985,10 @@ <FONT color="990000">UNRESOLVED</FONT> </TD> <TD nowrap="true"> - Apr 25, 2006 + May 01, 2006 </TD> <TD nowrap="true"> - Apr 27, 2006 + May 01, 2006 </TD> <TD nowrap="true"> @@ -992,19 +996,19 @@ </TR> <TR class="rowAlternate"> <TD nowrap="true"> - <A href="https://issues.apache.org/activemq/browse/AMQ-688"><IMG src="https://issues.apache.org/activemq/images/icons/newfeature.gif" alt="New Feature" border="0"></A> + <A href="https://issues.apache.org/activemq/browse/AMQ-699"><IMG src="https://issues.apache.org/activemq/images/icons/improvement.gif" alt="Improvement" border="0"></A> </TD> <TD nowrap="true"> - <A href="https://issues.apache.org/activemq/browse/AMQ-688">AMQ-688</A> + <A href="https://issues.apache.org/activemq/browse/AMQ-699">AMQ-699</A> </TD> <TD> - <A href="https://issues.apache.org/activemq/browse/AMQ-688">Avoid blocking producers</A> + <A href="https://issues.apache.org/activemq/browse/AMQ-699">Add PropertyPlaceholderConfigurer to default activemq.xml</A> </TD> <TD nowrap="true"> - Christopher A. Larrieu + Unassigned </TD> <TD nowrap="true"> - Christopher A. Larrieu + Jason Dillon </TD> <TD nowrap="true"> <IMG src="https://issues.apache.org/activemq/images/icons/priority_major.gif" alt="Major" border="0"> @@ -1016,10 +1020,10 @@ <FONT color="990000">UNRESOLVED</FONT> </TD> <TD nowrap="true"> - Apr 10, 2006 + May 01, 2006 </TD> <TD nowrap="true"> - Apr 27, 2006 + May 01, 2006 </TD> <TD nowrap="true"> @@ -1027,34 +1031,34 @@ </TR> <TR class="rowNormal"> <TD nowrap="true"> - <A href="https://issues.apache.org/activemq/browse/AMQ-692"><IMG src="https://issues.apache.org/activemq/images/icons/task.gif" alt="Task" border="0"></A> + <A href="https://issues.apache.org/activemq/browse/AMQ-531"><IMG src="https://issues.apache.org/activemq/images/icons/bug.gif" alt="Bug" border="0"></A> </TD> <TD nowrap="true"> - <A href="https://issues.apache.org/activemq/browse/AMQ-692">AMQ-692</A> + <A href="https://issues.apache.org/activemq/browse/AMQ-531">AMQ-531</A> </TD> <TD> - <A href="https://issues.apache.org/activemq/browse/AMQ-692">Please add the attached NOTICE.txt file to the base dir of the Subversion repo. </A> + <A href="https://issues.apache.org/activemq/browse/AMQ-531">XBean has a runtime issue with Spring 2.0M2</A> </TD> <TD nowrap="true"> - Unassigned + james strachan </TD> <TD nowrap="true"> - Bruce Snyder + Ben Hale </TD> <TD nowrap="true"> <IMG src="https://issues.apache.org/activemq/images/icons/priority_major.gif" alt="Major" border="0"> </TD> <TD nowrap="true"> - <IMG src="https://issues.apache.org/activemq/images/icons/status_open.gif" alt="Open" border="0">Open + <IMG src="https://issues.apache.org/activemq/images/icons/status_reopened.gif" alt="Reopened" border="0">Reopened </TD> <TD nowrap="true"> <FONT color="990000">UNRESOLVED</FONT> </TD> <TD nowrap="true"> - Apr 20, 2006 + Feb 05, 2006 </TD> <TD nowrap="true"> - Apr 20, 2006 + May 01, 2006 </TD> <TD nowrap="true"> @@ -1062,19 +1066,19 @@ </TR> <TR class="rowAlternate"> <TD nowrap="true"> - <A href="https://issues.apache.org/activemq/browse/AMQ-690"><IMG src="https://issues.apache.org/activemq/images/icons/newfeature.gif" alt="New Feature" border="0"></A> + <A href="https://issues.apache.org/activemq/browse/AMQ-693"><IMG src="https://issues.apache.org/activemq/images/icons/improvement.gif" alt="Improvement" border="0"></A> </TD> <TD nowrap="true"> - <A href="https://issues.apache.org/activemq/browse/AMQ-690">AMQ-690</A> + <A href="https://issues.apache.org/activemq/browse/AMQ-693">AMQ-693</A> </TD> <TD> - <A href="https://issues.apache.org/activemq/browse/AMQ-690">Allow the timer to be configured (and disabled) for the async clear down of durable topic messages</A> + <A href="https://issues.apache.org/activemq/browse/AMQ-693">STOMP C client ready for Sun Workshop 6 and above on Solaris</A> </TD> <TD nowrap="true"> Unassigned </TD> <TD nowrap="true"> - Kyle Himmerick + vik dhawan </TD> <TD nowrap="true"> <IMG src="https://issues.apache.org/activemq/images/icons/priority_minor.gif" alt="Minor" border="0"> @@ -1086,10 +1090,10 @@ <FONT color="990000">UNRESOLVED</FONT> </TD> <TD nowrap="true"> - Apr 18, 2006 + Apr 25, 2006 </TD> <TD nowrap="true"> - Apr 18, 2006 + May 01, 2006 </TD> <TD nowrap="true"> @@ -1097,19 +1101,19 @@ </TR> <TR class="rowNormal"> <TD nowrap="true"> - <A href="https://issues.apache.org/activemq/browse/AMQ-689"><IMG src="https://issues.apache.org/activemq/images/icons/bug.gif" alt="Bug" border="0"></A> + <A href="https://issues.apache.org/activemq/browse/AMQ-694"><IMG src="https://issues.apache.org/activemq/images/icons/bug.gif" alt="Bug" border="0"></A> </TD> <TD nowrap="true"> - <A href="https://issues.apache.org/activemq/browse/AMQ-689">AMQ-689</A> + <A href="https://issues.apache.org/activemq/browse/AMQ-694">AMQ-694</A> </TD> <TD> - <A href="https://issues.apache.org/activemq/browse/AMQ-689">Endpoint failed to process message: NullPointerException</A> + <A href="https://issues.apache.org/activemq/browse/AMQ-694">Probblem with "messageSelector" in 4.0 M3</A> </TD> <TD nowrap="true"> Unassigned </TD> <TD nowrap="true"> - Rodrigo S. de Castro + hailima </TD> <TD nowrap="true"> <IMG src="https://issues.apache.org/activemq/images/icons/priority_major.gif" alt="Major" border="0"> @@ -1121,10 +1125,10 @@ <FONT color="990000">UNRESOLVED</FONT> </TD> <TD nowrap="true"> - Apr 15, 2006 + Apr 25, 2006 </TD> <TD nowrap="true"> - Apr 15, 2006 + Apr 27, 2006 </TD> <TD nowrap="true"> @@ -1132,19 +1136,19 @@ </TR> <TR class="rowAlternate"> <TD nowrap="true"> - <A href="https://issues.apache.org/activemq/browse/AMQ-681"><IMG src="https://issues.apache.org/activemq/images/icons/bug.gif" alt="Bug" border="0"></A> + <A href="https://issues.apache.org/activemq/browse/AMQ-688"><IMG src="https://issues.apache.org/activemq/images/icons/newfeature.gif" alt="New Feature" border="0"></A> </TD> <TD nowrap="true"> - <A href="https://issues.apache.org/activemq/browse/AMQ-681">AMQ-681</A> + <A href="https://issues.apache.org/activemq/browse/AMQ-688">AMQ-688</A> </TD> <TD> - <A href="https://issues.apache.org/activemq/browse/AMQ-681">Tight encoding not the default; wire format negotiation needs work</A> + <A href="https://issues.apache.org/activemq/browse/AMQ-688">Avoid blocking producers</A> </TD> <TD nowrap="true"> - Unassigned + Christopher A. Larrieu </TD> <TD nowrap="true"> - Andrew Lusk + Christopher A. Larrieu </TD> <TD nowrap="true"> <IMG src="https://issues.apache.org/activemq/images/icons/priority_major.gif" alt="Major" border="0"> @@ -1156,10 +1160,10 @@ <FONT color="990000">UNRESOLVED</FONT> </TD> <TD nowrap="true"> - Apr 06, 2006 + Apr 10, 2006 </TD> <TD nowrap="true"> - Apr 07, 2006 + Apr 27, 2006 </TD> <TD nowrap="true"> @@ -1167,22 +1171,22 @@ </TR> <TR class="rowNormal"> <TD nowrap="true"> - <A href="https://issues.apache.org/activemq/browse/AMQ-678"><IMG src="https://issues.apache.org/activemq/images/icons/bug.gif" alt="Bug" border="0"></A> + <A href="https://issues.apache.org/activemq/browse/AMQ-692"><IMG src="https://issues.apache.org/activemq/images/icons/task.gif" alt="Task" border="0"></A> </TD> <TD nowrap="true"> - <A href="https://issues.apache.org/activemq/browse/AMQ-678">AMQ-678</A> + <A href="https://issues.apache.org/activemq/browse/AMQ-692">AMQ-692</A> </TD> <TD> - <A href="https://issues.apache.org/activemq/browse/AMQ-678">MessageCleanup fails with mysql 4.1.x</A> + <A href="https://issues.apache.org/activemq/browse/AMQ-692">Please add the attached NOTICE.txt file to the base dir of the Subversion repo. </A> </TD> <TD nowrap="true"> Unassigned </TD> <TD nowrap="true"> - Paul Focke + Bruce Snyder </TD> <TD nowrap="true"> - <IMG src="https://issues.apache.org/activemq/images/icons/priority_minor.gif" alt="Minor" border="0"> + <IMG src="https://issues.apache.org/activemq/images/icons/priority_major.gif" alt="Major" border="0"> </TD> <TD nowrap="true"> <IMG src="https://issues.apache.org/activemq/images/icons/status_open.gif" alt="Open" border="0">Open @@ -1191,10 +1195,10 @@ <FONT color="990000">UNRESOLVED</FONT> </TD> <TD nowrap="true"> - Apr 06, 2006 + Apr 20, 2006 </TD> <TD nowrap="true"> - Apr 07, 2006 + Apr 20, 2006 </TD> <TD nowrap="true">