[rhmessaging-commits] rhmessaging commits: r2266 - mgmt/trunk/cumin/resources.

rhmessaging-commits at lists.jboss.org rhmessaging-commits at lists.jboss.org
Thu Aug 7 15:49:37 EDT 2008


Author: eallen
Date: 2008-08-07 15:49:37 -0400 (Thu, 07 Aug 2008)
New Revision: 2266

Added:
   mgmt/trunk/cumin/resources/help.html
Log:
Added first cut at a help file.

Added: mgmt/trunk/cumin/resources/help.html
===================================================================
--- mgmt/trunk/cumin/resources/help.html	                        (rev 0)
+++ mgmt/trunk/cumin/resources/help.html	2008-08-07 19:49:37 UTC (rev 2266)
@@ -0,0 +1,133 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+    <title>Cumin - Help</title>
+    <link rel="stylesheet" href="http://www.redhat.com/docs/en-US/Red_Hat_Enterprise_MRG/1.0/html/Messaging_Tutorial/Common_Content/css/default.css" type="text/css" />
+    
+  </head>
+  <body>
+    <p id="title">
+      <a href="http://www.redhat.com/docs">
+        <strong>Cumin Help</strong>
+      </a>
+    </p>
+    <a name="top"/>
+    <p>
+       <span class="filename">Main - Broker - Queue</span> 
+    </p>
+    <div class="section" lang="en-US" xml:lang="en-US">
+      <div class="titlepage">
+        <div>
+          <div>
+            <h3 class="title"><a name="main.broker.queue.queuebindingadd.help"/>Bind a Queue to an Exchange</h3>
+          </div>
+        </div>
+      </div>
+      <p>
+			 Allows an existing queue to bind to an existing exchange. Select one or more exchanges from the list and
+			 enter the exchange key and other required information. Each exchange type has different required information.
+	  </p>
+
+      <div class="programlisting">
+		<ul>
+			<li>A "direct" exchange uses the queue name as the binding key so no input is required.</li>
+			<li>A "fanout" exchange does not require a binding key</li>
+			<li>A "topic" exchange requires a binding key</li>
+			<li>A "xml" exchange reqires a binding key and an XQuery. Selecting an "xml" exchange displays an XQuery input box.</li>
+			<li>A "headers" exchange requires:
+				<ul>
+					<li>a binding key</li>
+					<li>an x-match type of "all" or "any"</li>
+					<li>zero or more match keys. If a match key is entered, an optional type, value can be entered.</li>
+				</ul>
+				Selecting a "headers" exchange displays the additional inputs.</li>
+		</ul>
+      <p>
+				The exchanges listed default to all available exchanges. To view only "Active" exchanges, select the Active option above the list.
+	  </p>
+	  </div>
+
+
+<ul class="docnav">
+  <li class="up">
+    <a accesskey="u" href="#top">
+      <strong>Help Index</strong>
+    </a>
+  </li>
+</ul>
+
+      <div class="titlepage">
+        <div>
+          <div>
+            <h3 class="title"><a name="main.broker.queueadd.help"/>Adding a new Queue</h3>
+          </div>
+        </div>
+      </div>
+      <p>
+			 Allows the creation of a new queue and optionally allows binding to an existing exchange. A new queue
+			 requires a name and has several attributes:
+	  </p>
+      <div class="programlisting">
+		<ul>
+			<li><strong>Durable</strong> Will the queue survive if the broker becomes unavailable.</li>
+			<li><strong>Exclusive</strong> </li>
+			<li><strong>Auto Delete</strong> </li>
+		</ul>
+	  </div>
+
+	  <p>	 
+			 Optionally, a queue can be bound to one or more exchanges. Select an exchange from the list and
+			 enter the exchange key and other required information. Each exchange type has different required information.
+	  </p>
+      <div class="programlisting">
+		<ul>
+			<li>A "direct" exchange uses the queue name as the binding key so no input is required.</li>
+			<li>A "fanout" exchange does not require a binding key</li>
+			<li>A "topic" exchange requires a binding key</li>
+			<li>A "xml" exchange reqires a binding key and an XQuery. Selecting an "xml" exchange displays an XQuery input box.</li>
+			<li>A "headers" exchange requires:
+				<ul>
+					<li>a binding key</li>
+					<li>an x-match type of "all" or "any"</li>
+					<li>zero or more match keys. If a match key is entered, an optional type, value can be entered.</li>
+				</ul>
+				Selecting a "headers" exchange displays the additional inputs.</li>
+		</ul>
+	  </div>
+      <p>
+				The exchanges listed default to all available exchanges. To view only "Active" exchanges, select the Active option above the list.
+	  </p>
+
+<ul class="docnav">
+  <li class="up">
+    <a accesskey="u" href="#top">
+      <strong>Help Index</strong>
+    </a>
+  </li>
+</ul>
+
+      <div class="titlepage">
+        <div>
+          <div>
+            <h3 class="title"><a name="main.broker.exchangeadd.help"/>Adding a new Exchange</h3>
+          </div>
+        </div>
+      </div>
+      <p>
+			 Allows the creation of a new exchange. An exchange name is required.
+			 Choose one of the exchange types listed.
+	  </p>
+
+<ul class="docnav">
+  <li class="up">
+    <a accesskey="u" href="#top">
+      <strong>Help Index</strong>
+    </a>
+  </li>
+</ul>
+    </div><!-- section -->
+
+	<div style="height:1000px;"><!-- --></div>
+  </body>
+</html>




More information about the rhmessaging-commits mailing list