Author: chirino
Date: Thu Jul 27 08:35:02 2006
New Revision: 426104

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

Modified:
    incubator/activemq/site/virtual-destinations.html

Modified: incubator/activemq/site/virtual-destinations.html
URL: 
http://svn.apache.org/viewvc/incubator/activemq/site/virtual-destinations.html?rev=426104&r1=426103&r2=426104&view=diff
==============================================================================
--- incubator/activemq/site/virtual-destinations.html (original)
+++ incubator/activemq/site/virtual-destinations.html Thu Jul 27 08:35:02 2006
@@ -333,7 +333,7 @@
 
 <H2><A name="VirtualDestinations-CompositeDestinations"></A>Composite 
Destinations</H2>
 
-<P>Composite Destinations allow for one-to-many relationships on individual 
destinations. Its typically useful for <EM>composite queues</EM>. For example 
when a message is sent to queue A you may want to forward it also to queues B 
and C and topic D. Composite destinations are then a virtual destination which 
maps to a collection of other destinations.</P>
+<P>Composite Destinations allow for one-to-many relationships on individual 
destinations; the main use case is for <EM>composite queues</EM>. For example 
when a message is sent to queue A you may want to forward it also to queues B 
and C and topic D. Composite destinations are then a mapping from a virtual 
destination to a collection of other physical destinations. In this case the 
mapping is broker side and the client is unaware of the mapping between the 
destinations. This is different from client side <A 
href="composite-destinations.html" title="Composite Destinations">Composite 
Destinations</A> where the client uses a URL notation to specify the actual 
physical destinations that a message must be sent to.</P>
 
 <P>The following <SPAN class="nobr"><A 
href="http://svn.apache.org/repos/asf/incubator/activemq/trunk/activemq-core/src/test/resources/org/apache/activemq/broker/virtual/composite-queue.xml";
 title="Visit page outside Confluence" rel="nofollow">example<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> 
shows how to setup a <B>&lt;compositeQueue/&gt;</B> element in the XML 
configuration so that when a message is sent to MY.QUEUE then it is really 
forwarded to the physical queue FOO and the topic BAR.</P>
 
@@ -372,7 +372,7 @@
     <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 Jul 27, 2006
-                  &nbsp;(<A 
href="http://goopen.org/confluence/pages/diffpages.action?pageId=9061&originalId=9297";>view
 change</A>)
+                  &nbsp;(<A 
href="http://goopen.org/confluence/pages/diffpages.action?pageId=9061&originalId=9298";>view
 change</A>)
               
       (<A 
href="http://goopen.org/confluence/pages/editpage.action?pageId=9061";>edit 
page</A>)
     </DIV>


Reply via email to