You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ch...@apache.org on 2011/12/08 11:04:54 UTC

svn commit: r1211796 - in /activemq/activemq-apollo/trunk: apollo-website/ext/Website.scala apollo-website/src/blog/releases/release-1-0-beta6.page pom.xml

Author: chirino
Date: Thu Dec  8 10:04:53 2011
New Revision: 1211796

URL: http://svn.apache.org/viewvc?rev=1211796&view=rev
Log:
Prepping for a release.

Added:
    activemq/activemq-apollo/trunk/apollo-website/src/blog/releases/release-1-0-beta6.page
Modified:
    activemq/activemq-apollo/trunk/apollo-website/ext/Website.scala
    activemq/activemq-apollo/trunk/pom.xml

Modified: activemq/activemq-apollo/trunk/apollo-website/ext/Website.scala
URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-website/ext/Website.scala?rev=1211796&r1=1211795&r2=1211796&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-website/ext/Website.scala (original)
+++ activemq/activemq-apollo/trunk/apollo-website/ext/Website.scala Thu Dec  8 10:04:53 2011
@@ -34,10 +34,11 @@ object Website {
   val project_forums_url= "http://activemq.2283324.n4.nabble.com/ActiveMQ-Dev-f2368404.html"
   val project_wiki_url= "https://cwiki.apache.org/confluence/display/ACTIVEMQ/Index"
   val project_logo= "/images/project-logo.png"
-  val project_version= "1.0-beta5"
+  val project_version= "1.0-beta6"
   val project_snapshot_version= "1.0-SNAPSHOT"
   val project_versions = List(
         project_version,
+        "1.0-beta5",
         "1.0-beta4",
         "1.0-beta3",
         "1.0-beta2",

Added: activemq/activemq-apollo/trunk/apollo-website/src/blog/releases/release-1-0-beta6.page
URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-website/src/blog/releases/release-1-0-beta6.page?rev=1211796&view=auto
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-website/src/blog/releases/release-1-0-beta6.page (added)
+++ activemq/activemq-apollo/trunk/apollo-website/src/blog/releases/release-1-0-beta6.page Thu Dec  8 10:04:53 2011
@@ -0,0 +1,71 @@
+---
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#      http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+blog_post: true
+title: Apollo 1.0 Beta 6 Released
+author: Hiram Chirino
+author_url: http://fusesource.com
+created_at: 2010-12-08 12:06:40 -0000
+--- 
+
+The [Apache ActiveMQ Project](http://activemq.apache.org) is pleased to announce the 
+availability of Apollo 1.0 Beta 6. ActiveMQ Apollo is a faster, more reliable, easier 
+to maintain messaging broker built from the foundations of the original ActiveMQ. It is
+focused on being the fastest most reliable STOMP 1.1 and 1.0 server available.
+
+Apollo Features:
+
+* [Stomp 1.0](http://stomp.github.com/stomp-specification-1.0.html) Protocol
+  Support
+* [Stomp 1.1](http://stomp.github.com/stomp-specification-1.1.html) Protocol
+  Support
+* [Topics and Queues](${website_base_url}/documentation/user-manual.html#Destination_Types)
+* [Queue Browsers](${website_base_url}/documentation/user-manual.html#Browsing_Subscriptions)
+* [Durable Subscriptions on Topics](${website_base_url}/documentation/user-manual.html#Topic_Durable_Subscriptions)
+* [Reliable Messaging](${website_base_url}/documentation/user-manual.html#Reliable_Messaging)
+* Message swapping
+* [Message Selectors](${website_base_url}/documentation/user-manual.html#Message_Selectors)
+* [JAAS Authentication](${website_base_url}/documentation/user-manual.html#Authentication)
+* [ACL Authorization](${website_base_url}/documentation/user-manual.html#Authorization)
+* [SSL/TLS Support](${website_base_url}/documentation/user-manual.html#Using_SSL_TLS)
+* [REST Based Management](${website_base_url}/documentation/architecture.html#REST_Based_Management)
+  
+Noteworthy changes since the last beta include:
+
+* APLO-92 - Support temporary destinations which can only be consumed by the connection which creates them
+* APLO-93 - Support initial read/write interval in heartbeat monitor
+* APLO-99 - Support a `browser-end:false` option on a `SUBSCRIBE` frame to allow a Queue browser to wait for new messages instead of closing the subscription
+* APLO-100 - Support a `include-seq` and `from-seq` option on the `SUBSCRIBE` frame to finely control from where in a queue a subscription starts from.
+* APLO-101 - Support Kafka style durable pub/sub
+* APLO-103 - Add a leveldb based message store
+
+Migration Notes:
+
+The leveldb based message store is now used by default instead of the jdbm2 store.
+
+Further information:
+
+* [Download](${website_base_url}/download.html)
+* [Issues Fixed](https://issues.apache.org/jira/secure/ReleaseNote.jspa?&version=12319157&styleName=Text&projectId=12311310&Create=Create)
+* [Documentation](${website_base_url}/versions/1.0-beta6/website/documentation)
+
+[Feedback](http://activemq.apache.org/community/index.html) is always welcome! 
+
+
+
+
+
+

Modified: activemq/activemq-apollo/trunk/pom.xml
URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/pom.xml?rev=1211796&r1=1211795&r2=1211796&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/pom.xml (original)
+++ activemq/activemq-apollo/trunk/pom.xml Thu Dec  8 10:04:53 2011
@@ -544,6 +544,9 @@
                 <exclude>**/*.keystore</exclude>
                 
                 <exclude>**/*.keystore</exclude>
+                
+                <exclude>src/scripts/jquery.js</exclude>
+                <exclude>src/main/resources/org/apache/activemq/apollo/cli/commands/etc/black-list.txt</exclude>
                 <exclude>src/main/filtered-resources/org/apache/activemq/apollo/cli/banner.txt</exclude>
                 <exclude>src/main/filtered-resources/org/apache/activemq/apollo/cli/commands/version.txt</exclude>
                 <exclude>src/main/filtered-resources/org/apache/activemq/apollo/cli/tips.txt</exclude>