Author: jstrachan
Date: Tue Jul  4 06:44:43 2006
New Revision: 419006

URL: http://svn.apache.org/viewvc?rev=419006&view=rev
Log:
Latest export from confluence

Modified:
    incubator/activemq/site/activemq-4-connection-uris.html
    incubator/activemq/site/configuring-transports.html

Modified: incubator/activemq/site/activemq-4-connection-uris.html
URL: 
http://svn.apache.org/viewvc/incubator/activemq/site/activemq-4-connection-uris.html?rev=419006&r1=419005&r2=419006&view=diff
==============================================================================
--- incubator/activemq/site/activemq-4-connection-uris.html (original)
+++ incubator/activemq/site/activemq-4-connection-uris.html Tue Jul  4 06:44:43 
2006
@@ -246,17 +246,9 @@
 <!--          
             <div class="pagetitle">ActiveMQ 4 Connection URIs</div>
 -->
-            <DIV class="wiki-content"><H3><A 
name="ActiveMQ4ConnectionURIs-ConnectionConfigurationURI"></A>Connection 
Configuration URI</H3>
+            <DIV class="wiki-content"><H2><A 
name="ActiveMQ4ConnectionURIs-TransportURIs"></A>Transport URIs</H2>
 
-<P>Any Apache ActiveMQ JMS connection can be configured using the URL or 
explicitly setting properties on the <SPAN class="nobr"><A 
href="http://incubator.apache.org/activemq/maven/activemq-core/apidocs/org/apache/activemq/ActiveMQConnection.html";
 title="Visit page outside Confluence" 
rel="nofollow">ActiveMQConnection<SUP><IMG class="rendericon" 
src="http://goopen.org/confluence/images/icons/linkext7.gif"; height="0" 
width="0" align="absmiddle" alt="" border="0"></SUP></A></SPAN> or <SPAN 
class="nobr"><A 
href="http://incubator.apache.org/activemq/maven/activemq-core/apidocs/org/apache/activemq/ActiveMQConnectionFactory.html";
 title="Visit page outside Confluence" 
rel="nofollow">ActiveMQConnectionFactory<SUP><IMG class="rendericon" 
src="http://goopen.org/confluence/images/icons/linkext7.gif"; height="0" 
width="0" align="absmiddle" alt="" border="0"></SUP></A></SPAN> objects 
themselves.</P>
-
-<P>For more information see <A href="connection-configuration-uri.html" 
title="Connection Configuration URI">Connection Configuration URI</A></P>
-
-<H3><A name="ActiveMQ4ConnectionURIs-ConfiguringWireFormats"></A>Configuring 
Wire Formats</H3>
-
-<P>Any transport which involves marshalling messages onto some kind of network 
transport like TCP or UDP will typically use the <A href="openwire.html" 
title="OpenWire">OpenWire</A> format. This is configurable to customize how 
things appear on the wire.</P>
-
-<P>For more information see <A href="configuring-wire-formats.html" 
title="Configuring Wire Formats">Configuring Wire Formats</A></P>
+<P>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&apos;ll use.</P>
 
 <H3><A name="ActiveMQ4ConnectionURIs-TheVMTransport"></A>The VM Transport</H3>
 
@@ -278,6 +270,12 @@
 
 <P>For more information see the <A href="ssl-transport-reference.html" 
title="SSL Transport Reference">SSL Transport Reference</A></P>
 
+<H3><A name="ActiveMQ4ConnectionURIs-ThePeerTransport"></A>The Peer 
Transport</H3>
+
+<P>The Peer transport is composite transport which uses the VM transport to 
create and connecto to a local embedded broker but which configures the 
embedded broker to establish network connections to other peer emebedded 
brokers.</P>
+
+<P>For more information see the <A href="peer-transport-reference.html" 
title="Peer Transport Reference">Peer Transport Reference</A></P>
+
 <H3><A name="ActiveMQ4ConnectionURIs-TheUDPTransport"></A>The UDP 
Transport</H3>
 
 <P>This allows you to talk over UDP. </P>
@@ -290,6 +288,34 @@
 
 <P>For more information see the <A href="multicast-transport-reference.html" 
title="Multicast Transport Reference">Multicast Transport Reference</A></P>
 
+<H2><A name="ActiveMQ4ConnectionURIs-GeneralPurposeURIs"></A>General Purpose 
URIs</H2>
+
+<P>You can configure other features via the URI syntax as follows...</P>
+
+<H3><A 
name="ActiveMQ4ConnectionURIs-ConnectionConfigurationURI"></A>Connection 
Configuration URI</H3>
+
+<P>Any Apache ActiveMQ JMS connection can be configured using the URL or 
explicitly setting properties on the <SPAN class="nobr"><A 
href="http://incubator.apache.org/activemq/maven/activemq-core/apidocs/org/apache/activemq/ActiveMQConnection.html";
 title="Visit page outside Confluence" 
rel="nofollow">ActiveMQConnection<SUP><IMG class="rendericon" 
src="http://goopen.org/confluence/images/icons/linkext7.gif"; height="0" 
width="0" align="absmiddle" alt="" border="0"></SUP></A></SPAN> or <SPAN 
class="nobr"><A 
href="http://incubator.apache.org/activemq/maven/activemq-core/apidocs/org/apache/activemq/ActiveMQConnectionFactory.html";
 title="Visit page outside Confluence" 
rel="nofollow">ActiveMQConnectionFactory<SUP><IMG class="rendericon" 
src="http://goopen.org/confluence/images/icons/linkext7.gif"; height="0" 
width="0" align="absmiddle" alt="" border="0"></SUP></A></SPAN> objects 
themselves.</P>
+
+<P>For more information see <A href="connection-configuration-uri.html" 
title="Connection Configuration URI">Connection Configuration URI</A></P>
+
+<H3><A name="ActiveMQ4ConnectionURIs-DestinationOptions"></A>Destination 
Options</H3>
+
+<P>You can configure various consumer related options using <A 
href="destination-options.html" title="Destination Options">Destination 
Options</A> which allow you to configure destinations using URI syntax</P>
+
+<H3><A name="ActiveMQ4ConnectionURIs-BrokerConfigurationURI"></A>Broker 
Configuration URI</H3>
+
+<P>You can use the <A href="broker-configuration-uri.html" title="Broker 
Configuration URI">Broker Configuration URI</A> to configure an embedded 
broker.</P>
+
+<H3><A name="ActiveMQ4ConnectionURIs-ConfiguringWireFormats"></A>Configuring 
Wire Formats</H3>
+
+<P>Any transport which involves marshalling messages onto some kind of network 
transport like TCP or UDP will typically use the <A href="openwire.html" 
title="OpenWire">OpenWire</A> format. This is configurable to customize how 
things appear on the wire.</P>
+
+<P>For more information see <A href="configuring-wire-formats.html" 
title="Configuring Wire Formats">Configuring Wire Formats</A></P>
+
+<H2><A name="ActiveMQ4ConnectionURIs-HighLevelProtocolURIs"></A>High Level 
Protocol URIs</H2>
+
+<P>The following higher level protocols can be configured via URI</P>
+
 <H3><A name="ActiveMQ4ConnectionURIs-TheFailoverTransport"></A>The Failover 
Transport</H3>
 
 <P>The Failover transport layers reconnect logic on top of any of the other 
transports. This is what used to be the Reliable transport in ActiveMQ 3. 
It&apos;s configuration syntax allows you to specify any number of composite 
uris. The Failover transport randomly chooses one of the composite URI and 
attempts to establish a connection to it. If it does not succeed or if it 
subsequently fails, a new connection is established to one of the other uris in 
the list.</P>
@@ -308,12 +334,6 @@
 
 <P>For more information see the <A href="discovery-transport-reference.html" 
title="Discovery Transport Reference">Discovery Transport Reference</A></P>
 
-<H3><A name="ActiveMQ4ConnectionURIs-ThePeerTransport"></A>The Peer 
Transport</H3>
-
-<P>The Peer transport is composite transport which uses the VM transport to 
create and connecto to a local embedded broker but which configures the 
embedded broker to establish network connections to other peer emebedded 
brokers.</P>
-
-<P>For more information see the <A href="peer-transport-reference.html" 
title="Peer Transport Reference">Peer Transport Reference</A></P>
-
 <H3><A name="ActiveMQ4ConnectionURIs-TheFanoutTransport"></A>The Fanout 
Transport</H3>
 
 <P>The Fanout transport layers reconnect and replication logic on top of any 
of the other transports. It is used replicate commands to multiple brokers.</P>
@@ -378,8 +398,8 @@
     </DIV>
     <DIV id="site-footer">
           Added by     <A 
href="http://goopen.org/confluence/users/viewuserprofile.action?username=chirino";>Hiram
 Chirino</A>,
-    last edited by     <A 
href="http://goopen.org/confluence/users/viewuserprofile.action?username=jstrachan";>James
 Strachan</A> on Jun 08, 2006
-                  &nbsp;(<A 
href="http://goopen.org/confluence/pages/diffpages.action?pageId=95&originalId=8626";>view
 change</A>)
+    last edited by     <A 
href="http://goopen.org/confluence/users/viewuserprofile.action?username=jstrachan";>James
 Strachan</A> on Jul 04, 2006
+                  &nbsp;(<A 
href="http://goopen.org/confluence/pages/diffpages.action?pageId=95&originalId=8951";>view
 change</A>)
               
       (<A 
href="http://goopen.org/confluence/pages/editpage.action?pageId=95";>edit 
page</A>)
     </DIV>

Modified: incubator/activemq/site/configuring-transports.html
URL: 
http://svn.apache.org/viewvc/incubator/activemq/site/configuring-transports.html?rev=419006&r1=419005&r2=419006&view=diff
==============================================================================
--- incubator/activemq/site/configuring-transports.html (original)
+++ incubator/activemq/site/configuring-transports.html Tue Jul  4 06:44:43 2006
@@ -248,24 +248,14 @@
 -->
             <DIV class="wiki-content"><H1><A 
name="ConfiguringTransports-Transportconfigurationoptions"></A>Transport 
configuration options</H1>
 
-<P>For details on how to configure 3.x transports see the <A 
href="activemq-3-transport-configurations.html" title="ActiveMQ 3 Transport 
Configurations">ActiveMQ 3 Transport Configurations</A>.</P>
-
 <P>The configuration of transports has changed a little from 4.x onwards. 
There now follows the 4.x configuration details.</P>
 
 <TABLE cellpadding="5" width="85%" cellspacing="8px" class="warningMacro" 
border="0" align="center"><COLGROUP><COL width="24"><COL></COLGROUP><TR><TD 
valign="top"><IMG 
src="http://goopen.org/confluence/images/icons/emoticons/forbidden.gif"; 
width="16" height="16" align="absmiddle" alt="" border="0"></TD><TD><B 
class="strong">Be careful about whitespace</B><BR>
 <P>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 are using 
<B>failover:</B> or <B>static:</B> URIs, do not put any whitespace around the 
<B>,</B> symbol.</P></TD></TR></TABLE>
 
-<H3><A name="ConfiguringTransports-ConnectionConfigurationURI"></A>Connection 
Configuration URI</H3>
-
-<P>Any Apache ActiveMQ JMS connection can be configured using the URL or 
explicitly setting properties on the <SPAN class="nobr"><A 
href="http://incubator.apache.org/activemq/maven/activemq-core/apidocs/org/apache/activemq/ActiveMQConnection.html";
 title="Visit page outside Confluence" 
rel="nofollow">ActiveMQConnection<SUP><IMG class="rendericon" 
src="http://goopen.org/confluence/images/icons/linkext7.gif"; height="0" 
width="0" align="absmiddle" alt="" border="0"></SUP></A></SPAN> or <SPAN 
class="nobr"><A 
href="http://incubator.apache.org/activemq/maven/activemq-core/apidocs/org/apache/activemq/ActiveMQConnectionFactory.html";
 title="Visit page outside Confluence" 
rel="nofollow">ActiveMQConnectionFactory<SUP><IMG class="rendericon" 
src="http://goopen.org/confluence/images/icons/linkext7.gif"; height="0" 
width="0" align="absmiddle" alt="" border="0"></SUP></A></SPAN> objects 
themselves.</P>
-
-<P>For more information see <A href="connection-configuration-uri.html" 
title="Connection Configuration URI">Connection Configuration URI</A></P>
-
-<H3><A name="ConfiguringTransports-ConfiguringWireFormats"></A>Configuring 
Wire Formats</H3>
+<H2><A name="ConfiguringTransports-TransportURIs"></A>Transport URIs</H2>
 
-<P>Any transport which involves marshalling messages onto some kind of network 
transport like TCP or UDP will typically use the <A href="openwire.html" 
title="OpenWire">OpenWire</A> format. This is configurable to customize how 
things appear on the wire.</P>
-
-<P>For more information see <A href="configuring-wire-formats.html" 
title="Configuring Wire Formats">Configuring Wire Formats</A></P>
+<P>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&apos;ll use.</P>
 
 <H3><A name="ConfiguringTransports-TheVMTransport"></A>The VM Transport</H3>
 
@@ -287,6 +277,12 @@
 
 <P>For more information see the <A href="ssl-transport-reference.html" 
title="SSL Transport Reference">SSL Transport Reference</A></P>
 
+<H3><A name="ConfiguringTransports-ThePeerTransport"></A>The Peer 
Transport</H3>
+
+<P>The Peer transport is composite transport which uses the VM transport to 
create and connecto to a local embedded broker but which configures the 
embedded broker to establish network connections to other peer emebedded 
brokers.</P>
+
+<P>For more information see the <A href="peer-transport-reference.html" 
title="Peer Transport Reference">Peer Transport Reference</A></P>
+
 <H3><A name="ConfiguringTransports-TheUDPTransport"></A>The UDP Transport</H3>
 
 <P>This allows you to talk over UDP. </P>
@@ -299,6 +295,34 @@
 
 <P>For more information see the <A href="multicast-transport-reference.html" 
title="Multicast Transport Reference">Multicast Transport Reference</A></P>
 
+<H2><A name="ConfiguringTransports-GeneralPurposeURIs"></A>General Purpose 
URIs</H2>
+
+<P>You can configure other features via the URI syntax as follows...</P>
+
+<H3><A name="ConfiguringTransports-ConnectionConfigurationURI"></A>Connection 
Configuration URI</H3>
+
+<P>Any Apache ActiveMQ JMS connection can be configured using the URL or 
explicitly setting properties on the <SPAN class="nobr"><A 
href="http://incubator.apache.org/activemq/maven/activemq-core/apidocs/org/apache/activemq/ActiveMQConnection.html";
 title="Visit page outside Confluence" 
rel="nofollow">ActiveMQConnection<SUP><IMG class="rendericon" 
src="http://goopen.org/confluence/images/icons/linkext7.gif"; height="0" 
width="0" align="absmiddle" alt="" border="0"></SUP></A></SPAN> or <SPAN 
class="nobr"><A 
href="http://incubator.apache.org/activemq/maven/activemq-core/apidocs/org/apache/activemq/ActiveMQConnectionFactory.html";
 title="Visit page outside Confluence" 
rel="nofollow">ActiveMQConnectionFactory<SUP><IMG class="rendericon" 
src="http://goopen.org/confluence/images/icons/linkext7.gif"; height="0" 
width="0" align="absmiddle" alt="" border="0"></SUP></A></SPAN> objects 
themselves.</P>
+
+<P>For more information see <A href="connection-configuration-uri.html" 
title="Connection Configuration URI">Connection Configuration URI</A></P>
+
+<H3><A name="ConfiguringTransports-DestinationOptions"></A>Destination 
Options</H3>
+
+<P>You can configure various consumer related options using <A 
href="destination-options.html" title="Destination Options">Destination 
Options</A> which allow you to configure destinations using URI syntax</P>
+
+<H3><A name="ConfiguringTransports-BrokerConfigurationURI"></A>Broker 
Configuration URI</H3>
+
+<P>You can use the <A href="broker-configuration-uri.html" title="Broker 
Configuration URI">Broker Configuration URI</A> to configure an embedded 
broker.</P>
+
+<H3><A name="ConfiguringTransports-ConfiguringWireFormats"></A>Configuring 
Wire Formats</H3>
+
+<P>Any transport which involves marshalling messages onto some kind of network 
transport like TCP or UDP will typically use the <A href="openwire.html" 
title="OpenWire">OpenWire</A> format. This is configurable to customize how 
things appear on the wire.</P>
+
+<P>For more information see <A href="configuring-wire-formats.html" 
title="Configuring Wire Formats">Configuring Wire Formats</A></P>
+
+<H2><A name="ConfiguringTransports-HighLevelProtocolURIs"></A>High Level 
Protocol URIs</H2>
+
+<P>The following higher level protocols can be configured via URI</P>
+
 <H3><A name="ConfiguringTransports-TheFailoverTransport"></A>The Failover 
Transport</H3>
 
 <P>The Failover transport layers reconnect logic on top of any of the other 
transports. This is what used to be the Reliable transport in ActiveMQ 3. 
It&apos;s configuration syntax allows you to specify any number of composite 
uris. The Failover transport randomly chooses one of the composite URI and 
attempts to establish a connection to it. If it does not succeed or if it 
subsequently fails, a new connection is established to one of the other uris in 
the list.</P>
@@ -317,26 +341,13 @@
 
 <P>For more information see the <A href="discovery-transport-reference.html" 
title="Discovery Transport Reference">Discovery Transport Reference</A></P>
 
-<H3><A name="ConfiguringTransports-ThePeerTransport"></A>The Peer 
Transport</H3>
-
-<P>The Peer transport is composite transport which uses the VM transport to 
create and connecto to a local embedded broker but which configures the 
embedded broker to establish network connections to other peer emebedded 
brokers.</P>
-
-<P>For more information see the <A href="peer-transport-reference.html" 
title="Peer Transport Reference">Peer Transport Reference</A></P>
-
 <H3><A name="ConfiguringTransports-TheFanoutTransport"></A>The Fanout 
Transport</H3>
 
 <P>The Fanout transport layers reconnect and replication logic on top of any 
of the other transports. It is used replicate commands to multiple brokers.</P>
 
 <P>For more information see the <A href="fanout-transport-reference.html" 
title="Fanout Transport Reference">Fanout Transport Reference</A></P>
 
-<H2><A name="ConfiguringTransports-BrokerURIs"></A>Broker URIs</H2>
-
-<P>You can also configure the broker itself using a similar use of the URI 
notation to transports. </P>
-
-<UL>
-       <LI><A href="broker-configuration-uri.html" title="Broker Configuration 
URI">Broker Configuration URI</A></LI>
-       <LI><A href="destination-options.html" title="Destination 
Options">Destination Options</A> allows you to configure destinations using URI 
syntax</LI>
-</UL>
+<P>For details on how to configure 3.x transports see the <A 
href="activemq-3-transport-configurations.html" title="ActiveMQ 3 Transport 
Configurations">ActiveMQ 3 Transport Configurations</A>.</P>
 </DIV>
           
         <!--
@@ -361,8 +372,8 @@
     </DIV>
     <DIV id="site-footer">
           Added by     <A 
href="http://goopen.org/confluence/users/viewuserprofile.action?username=jstrachan";>James
 Strachan</A>,
-    last edited by     <A 
href="http://goopen.org/confluence/users/viewuserprofile.action?username=jstrachan";>James
 Strachan</A> on Jun 30, 2006
-                  &nbsp;(<A 
href="http://goopen.org/confluence/pages/diffpages.action?pageId=17&originalId=8908";>view
 change</A>)
+    last edited by     <A 
href="http://goopen.org/confluence/users/viewuserprofile.action?username=jstrachan";>James
 Strachan</A> on Jul 04, 2006
+                  &nbsp;(<A 
href="http://goopen.org/confluence/pages/diffpages.action?pageId=17&originalId=8952";>view
 change</A>)
               
       (<A 
href="http://goopen.org/confluence/pages/editpage.action?pageId=17";>edit 
page</A>)
     </DIV>


Reply via email to