Return-Path: Delivered-To: apmail-geronimo-activemq-commits-archive@www.apache.org Received: (qmail 39121 invoked from network); 2 Feb 2006 16:28:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 2 Feb 2006 16:28:25 -0000 Received: (qmail 62053 invoked by uid 500); 2 Feb 2006 16:28:25 -0000 Delivered-To: apmail-geronimo-activemq-commits-archive@geronimo.apache.org Received: (qmail 62038 invoked by uid 500); 2 Feb 2006 16:28:25 -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 62029 invoked by uid 99); 2 Feb 2006 16:28:24 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Feb 2006 08:28:24 -0800 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 02 Feb 2006 08:28:23 -0800 Received: (qmail 39034 invoked by uid 65534); 2 Feb 2006 16:28:03 -0000 Message-ID: <20060202162803.39033.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r374429 - /incubator/activemq/site/index.html Date: Thu, 02 Feb 2006 16:28:02 -0000 To: activemq-commits@geronimo.apache.org From: jstrachan@apache.org X-Mailer: svnmailer-1.0.5 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: jstrachan Date: Thu Feb 2 08:27:59 2006 New Revision: 374429 URL: http://svn.apache.org/viewcvs?rev=374429&view=rev Log: Latest HTML dump from the confluence wiki created by wikimesh; see the confluence log for a detailed changelog Modified: incubator/activemq/site/index.html Modified: incubator/activemq/site/index.html URL: http://svn.apache.org/viewcvs/incubator/activemq/site/index.html?rev=374429&r1=374428&r2=374429&view=diff ============================================================================== --- incubator/activemq/site/index.html (original) +++ incubator/activemq/site/index.html Thu Feb 2 08:27:59 2006 @@ -1,14 +1,298 @@ - -Apache ActiveMQ - -

Apache ActiveMQ

-Welcome to Apache ActiveMQ which is currently being incubated at Apache.
-
-Apache ActiveMQ is a robust and high performance Message Orientated -Middleware provider which will be integrated into Apache Geronimo but -also be usable from inside any JVM.
-
-We have not yet setup the website documentation; for now please see http://activemq.org/
-
-
- \ No newline at end of file + + + + + + ActiveMQ - Home + + + + + + + + + + + + + + +
+ + + + + + +
+

Overview

+ +

Community

+ +

Using ActiveMQ

+ +

Features

+ +

Connectivitiy

+ +

Utilities

+ +

External Tools

+ +

Related Projects

+ +

Support

+ +

Developers

+ +

Tools we use

+

Feeds

+ + + + + + + + + +
+
+
+ Site +
+ + + News +
+
+
+ + + + + +
+ Home + + +
+
+
+
+

ActiveMQ is a fast open source JMS 1.1 provider and Message Fabric supporting clustering, peer networks, discovery, TCP, SSL, multicast, persistence, XA and integrates seamlessly into J2EE 1.4 containers, light weight containers and any Java application. ActiveMQ is released under the Apache 2.0 Licence

+

+

Features

+
    +
  • fully supports JMS 1.1 and J2EE 1.4
  • +
  • includes JCA 1.5 resource adaptors for inbound & outbound messaging so that ActiveMQ should auto-deploy in any J2EE 1.4 compliant server
  • +
  • tested inside Geronimo, Spring and JBoss 4
  • +
  • support for transient, persistent, transactional and XA messaging
  • +
  • supports pluggable transport protocols such as in-VM, TCP, SSL, NIO, UDP, multicast, JGroups and JXTA transports
  • +
  • supports very fast persistence using JDBC along with a high performance journal
  • +
  • designed for high performance clustering, client-server, peer based communication
  • +
  • REST API to provide technology agnostic and language neutral web based API to messaging
  • +
  • Ajax to support web streaming support to web browsers using pure DHTML, allowing web browsers to be part of the messaging fabric
  • +
  • Axis Support so that ActiveMQ can be easily dropped into Apache Axis runtimes to provide reliable messaging
  • +
  • Spring Support so that ActiveMQ can be easily embedded into Spring applications and configured using Spring's XML configuration mechanism
  • +
  • can be used as an in memory JMS provider, ideal for unit testing
  • +
  • Stomp support so that clients can be written easily in C, Ruby, Perl, Python, PHP to talk to ActiveMQ
  • +
  • Wildcard support to subscribe to powerful destination hierarchies.
  • +
  • Composite Destinations support to allow many destinations to be used in one simple atomic JMS operation
  • +
  • JSR 77 / 88 support for easy deployment & management & hot deployment
  • +
  • provides an implementation of ActiveCluster
  • +
+

News

+

+

Friday, December 9, 2005
+ +
Wednesday, November 23, 2005
+
+ +
Last changed: Nov 23, 2005 06:04 by James Strachan
+
+

Various users don't like joining busy email lists - we all get enough email as it is - so we've setup a discussion forum you can use as an alternative to the mail lists. Enjoy!

+
+
+
Wednesday, November 9, 2005
+
+ +
+
+
+

We've documented some of the new features coming along in the 4.x branch of ActiveMQ. In particular the things I'm particularly happy about are

+ +

I really love Message Groups, they totally rock! Its well worth reading the overview of what they are and how they can be useful making a partitioned high performance grid style distributed system with ordering or fast caching etc.

+
+
+
Wednesday, October 26, 2005
+
+ +
Last changed: Oct 26, 2005 03:54 by James Strachan
+
+

This new release includes the following

+
    +
  • Improved Stomp 1.0 support to make it easy to create cross language clients such as for C, C#, Python, Ruby, Perl and Pike.
  • +
  • Ajax support now uses OpenRico as the default Ajax library
  • +
  • the Resource Adaptor now supports batching
  • +
  • demand based store and forward in networks
  • +
  • support for Informix JDBC
  • +
  • updated DTD for the latest Spring
  • +
  • various performance enhancements and bug fixes
  • +
+

For more details please see the Release Notes

+
+
+
Tuesday, October 11, 2005
+
+ +
+
+
+

Craig has a great post which describes how XBean can really help provide a customized XML language with Spring XML configuration extensibility. We're really happy with it so far and have moved away from XSLT and custom DOM processing to the simpler XBean model in ActiveMQ and Jencks with ServiceMix to follow suit real soon now.

+

Whats cool is we've just about got a working XBean Ant task to auto-generate the configuration, the XSD and HTML documentaiton now. e.g. here's the current ServiceMix generated documentation.

+
+
+
+

+

More News

+
+
+   +