Return-Path: Delivered-To: apmail-geronimo-activemq-commits-archive@www.apache.org Received: (qmail 45655 invoked from network); 13 Jul 2006 13:32:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 13 Jul 2006 13:32:18 -0000 Received: (qmail 67195 invoked by uid 500); 13 Jul 2006 13:32:18 -0000 Delivered-To: apmail-geronimo-activemq-commits-archive@geronimo.apache.org Received: (qmail 67175 invoked by uid 500); 13 Jul 2006 13:32:18 -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 67166 invoked by uid 99); 13 Jul 2006 13:32:18 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Jul 2006 06:32:18 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,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; Thu, 13 Jul 2006 06:32:16 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 06CC11A981F; Thu, 13 Jul 2006 06:31:35 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r421619 [8/11] - /incubator/activemq/site/ Date: Thu, 13 Jul 2006 13:30:34 -0000 To: activemq-commits@geronimo.apache.org From: jstrachan@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20060713133135.06CC11A981F@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/siteindex.html URL: http://svn.apache.org/viewvc/incubator/activemq/site/siteindex.html?rev=421619&r1=421618&r2=421619&view=diff ============================================================================== --- incubator/activemq/site/siteindex.html (original) +++ incubator/activemq/site/siteindex.html Thu Jul 13 06:30:20 2006 @@ -169,11 +169,12 @@
  • Ajax
  • Axis Support
  • C Integration
  • -
  • C++ Integration
  • +
  • C++ Integration
  • C# and .Net Integration
  • Geronimo
  • J2EE
  • JBoss Integration
  • +
  • Jetty
  • JNDI Support
  • OpenWire
  • REST
  • @@ -237,7 +238,7 @@

    Tools we use


    -

    +

    @@ -255,10 +256,10 @@ - + - + @@ -366,7 +367,7 @@ ActiveMQ 4 Connection URIs
    -
    Connection Configuration URI Any Apache ActiveMQ JMS connection can be configured using the URL or explicitly setting properties on the ActiveMQConnection http://incubator.apache.org/activemq/maven/activemqcore/apidocs/org/apache/activemq/ActiveMQConnection.html or ActiveMQConnectionFactory http://incubator.apache.org/activemq ...
    +
    Transport URIs One of the first kinds of URI you are like to use is a transport URI to connect to a broker using a kind of transport. Generally TCP or VM are the first transports you'll use. The VM Transport The VM transport allows clients to connect ...
    ActiveMQ 4.0 M4 Release
    @@ -387,6 +388,14 @@ ActiveMQ Command Line Tools Reference
    Command Line Tools activemq #activemq \ runs an activemq broker shutdown #shutdown \ shutdowns an activemq broker list #list \ lists all running brokers in the specified JMX context query #query \ queries the JMX context for broker ...
    + + ActiveMQ CPP Client +
    +
    ActiveMQ CPP is a C\ API to JMS/MOM implemented currently using Stomp but we hope to have an implementation using OpenWire soon. ActiveMQ CPP is a complete rewrite of the original CMS library and is a fullon replacement with AMQ 4.0.1 or later ...
    + + ActiveMQ CPP roadmap +
    +
    ActiveMQ CPP Roadmap 0.0.1 (Initial release) Features: stomp protocol (requies AMQ 4.0.1 or later for the added request/response ids) JMS 1.1like API consumers, producers, etc. closely follows what was done in the .NET client. support ...
    ActiveMQ Performance Module Users Manual
    @@ -422,7 +431,7 @@ Articles
    -
    Articles on Messaging and JMS Magic with JMS, MDBs, and ActiveMQ in Geronimo http://www128.ibm.com/developerworks/opensource/library/osagjmsbeans/ by Sing Li Message Driven POJOs http://jroller.com/page/habuma/20050715#messagedrivenpojos by Craig Walls Hermes Message Stores with ActiveMQ ...
    +
    Articles on Messaging and JMS Asynchronous calls and callbacks with Lingo and ActiveMQ http://jroller.com/page/sjivan?entry=asynchronouscallsandcallbacksusing by Sanjiv Jivan Magic with JMS, MDBs, and ActiveMQ in Geronimo http://www128.ibm.com/developerworks/opensource/library/osagjmsbeans/ by Sing Li Message ...
    Async Sends
    @@ -463,7 +472,7 @@ C Integration
    -
    very common for an organisation to have lots of legacy C code which needs integration into the message bus. The current available solutions are use the OpenWire C Client which is only available in ActiveMQ 4.x or later. we are working on the OpenWire ...
    +
    very common for an organisation to have lots of legacy C code which needs integration into the message bus. The current available solutions are use the OpenWire C Client which is only available in ActiveMQ 4.x or later. we are working on the OpenWire ...
    C integration scenarios
    @@ -507,7 +516,7 @@ CMS
    -
    CMS is a C\ API to JMS/MOM implemented currently using Stomp but we hope to have an implementation using OpenWire soon. To get a better feel for CMS please download the reference guide http://svn.apache.org/repos/asf/incubator ...
    +
    CMS is a C\ API to JMS/MOM implemented using Stomp. To get a better feel for CMS please download the reference guide http://svn.apache.org/repos/asf/incubator/activemq/trunk/cms/docs/cmsoverview.pdf. The source code for the CMS is here ...
    Code Overview
    @@ -534,7 +543,7 @@
    Overview In ActiveMQ 4, we are using a new xml format to configure the broker. Syntax The following xsd describes the syntax of the broker configuration file. activemq4.0.xsd And here is the reference documentation for that xsd file. activemq4.0.xsd.html Example Configuring Transports
    -
    Transport configuration options For details on how to configure 3.x transports see the ActiveMQ 3 Transport Configurations. The configuration of transports has changed a little from 4.x onwards. There now follows the 4.x configuration details. All of the following URI configurations ...
    +
    Transport configuration options The configuration of transports has changed a little from 4.x onwards. There now follows the 4.x configuration details. All of the following URI configurations are based on the java.net.URI class which does not allow whitespace to be used. So if you ...
    Configuring Wire Formats
    @@ -542,7 +551,7 @@ Connection Configuration URI
    -
    Overview An Apache ActiveMQ connection can be configured by explicitly setting properties on the ActiveMQConnection http://incubator.apache.org/activemq/maven/activemqcore/apidocs/org/apache/activemq/ActiveMQConnection.html or ActiveMQConnectionFactory http://incubator.apache.org/activemq/maven/activemqcore/apidocs/org/apache ...
    +
    Overview An Apache ActiveMQ connection can be configured by explicitly setting properties on the ActiveMQConnection http://incubator.apache.org/activemq/maven/activemqcore/apidocs/org/apache/activemq/ActiveMQConnection.html or ActiveMQConnectionFactory http://incubator.apache.org/activemq/maven/activemqcore/apidocs/org/apache ...
    Connection Factory Properties
    @@ -554,7 +563,7 @@ Consumer Dispatch Async
    -
    Overview In AMQ4, the choice of doing an async send to a consumer has actually become more configurable. It is now configured per consumer instead of per transport server. This makes more sense since you want to do async message ...
    +
    Overview In AMQ4, the choice of a broker performing synchronous or asynchronous dispatch to a consumer has become more configurable. It is now configured as a default value on the connection URI, Connection and ConnectionFactory Connection Configuration URI together with being customizable on a per consumer basis ...
    Consumer Priority
    @@ -597,7 +606,7 @@ Discovery
    -
    Discovery Agents ActiveMQ uses an abstraction called a Discovery Agent http://activemq.codehaus.org/maven/apidocs/org/activemq/transport/DiscoveryAgent.html to detect remote services such as remote brokers. We can use discovery for JMS clients to autodetect a Message ...
    +
    Discovery Agents ActiveMQ uses an abstraction called a Discovery Agent http://incubator.apache.org/activemq/maven/activemqcore/apidocs/org/apache/activemq/transport/discovery/DiscoveryAgent.html to detect remote services such as remote brokers. We can use discovery ...
    Discovery Transport Reference
    @@ -606,6 +615,10 @@ Discussion Forums
    Before posting you might want to read the Tips for getting help. Many users prefer to use online forums rather than joining a mail list which can lead to lots more email traffic so we use ...
    + + Dispatch Policies +
    +
    Dispatch Policies ActiveMQ 4.0 or later supports the configuration of different dispatch policies on a per destination (or wildcard) basis. Before discussing dispatch policies its worth first understanding the purpose of the prefetch value What is the prefetch limit for. The out of the box ...
    Does ActiveMQ support clustering
    @@ -791,7 +804,7 @@ How do I change dispatch policy
    -
    much simpler and more powerful in ActiveMQ 4.0 you can configure the dispatch policy directly. For now in ActiveMQ 3.x we have a PrefetchPolicy configuration What is the prefetch limit for. This allows a certain number of messages to be dispatched to a consumer before they are acknowledged ...
    +
    much simpler and more powerful in ActiveMQ 4.0 you can configure different Dispatch Policies directly. For now in ActiveMQ 3.x we have a PrefetchPolicy configuration What is the prefetch limit for. This allows a certain number of messages to be dispatched to a consumer before ...
    How do I change the logging
    @@ -1004,7 +1017,7 @@ JMS to JMS Bridge
    -
    Introduction ActiveMQ provides bridging functionality to other JMS providers that implement the JMS 1.0.2 and above specification. A JMS bridge can be colocated with an ActiveMQ broker or run remotely. In order to support JMS 1.0.2 there is seperation between Queues and Topics ...
    +
    Introduction ActiveMQ provides bridging functionality to other JMS providers that implement the JMS 1.0.2 and above specification. A JMS bridge can be colocated with an ActiveMQ broker or run remotely. In order to support JMS 1.0.2 there is seperation between Queues and Topics ...
    JmsTemplate Gotchas
    @@ -1071,7 +1084,7 @@ MasterSlave
    -
    Master/Slave functionality is only available in the Apache ActiveMQ 4.0 release and above Introduction Master/Slave is now the recommended way for providing high availabilty and fault tolerance for Apache ActiveMQ. A Master/Slave configuration is ideal for a shared nothing, fully ...
    +
    Master/Slave functionality is only available in the Apache ActiveMQ 4.0 release and above Introduction Master/Slave is now the recommended way for providing high availabilty and simple fault tolerance for Apache ActiveMQ. A Master/Slave configuration provides a basic shared ...
    Message Groups
    @@ -1175,7 +1188,7 @@ Per Destination Policies
    -
    We support a number of different policies which can be attached to individual destinations (queues, topics) or to wildcards of queue/topic hierarchies. This makes it easy to configure how different regions of the JMS destination space are handled. Here is an example http ...
    +
    We support a number of different policies which can be attached to individual destinations (queues, topics) or to wildcards of queue/topic hierarchies. This makes it easy to configure how different regions of the JMS destination space are handled. The following are examples of different policies ...
    Performance
    @@ -1228,7 +1241,7 @@ Release Guide
    -
    How to create and announce an ActiveMQ release. Creating the ActiveMQ Release # Grab the latest source from SVN svn co svnssh:// https://svn.apache.org/repos/asf/incubator/activemq/trunk cd activemq Wiki Markup # Change the version ...
    +
    How to create and announce an ActiveMQ release. Maven 2 Setup Before you deploy anything to the maven repository using Maven 2, you should configure your /.m2/settings.xml file so that the file permissions of the deployed artifacts ...
    Release Info
    @@ -1358,7 +1371,7 @@ Stomp
    -
    ActiveMQ supports the Stomp http://stomp.codehaus.org/ protocol. This makes it easy to write a client in pure Ruby http://stomp.codehaus.org/Ruby, Perl http://stomp.codehaus.org/Perl, Python or PHP for working with ActiveMQ. Please see the Stomp site http://stomp.codehaus.org/ for more ...
    +
    ActiveMQ supports the Stomp http://stomp.codehaus.org/ protocol. This makes it easy to write a client in pure Ruby http://stomp.codehaus.org/RubyClient, Perl http://stomp.codehaus.org/Perl, Python http://stomp.codehaus.org/PythonClients or PHP http://stomp.codehaus.org/PHPClient for working with ActiveMQ. Please ...
    STP
    0-9 ... 1A ... 33A ... 35 B ... 6 C ... 28D ... 14D ... 15 E ... 4
    F ... 5