Author: chirino
Date: Thu Aug 31 06:40:55 2006
New Revision: 438915

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

Modified:
    incubator/activemq/site/activation-spec-properties.html
    incubator/activemq/site/connectivity.html
    incubator/activemq/site/resource-adapter.html

Modified: incubator/activemq/site/activation-spec-properties.html
URL: 
http://svn.apache.org/viewvc/incubator/activemq/site/activation-spec-properties.html?rev=438915&r1=438914&r2=438915&view=diff
==============================================================================
--- incubator/activemq/site/activation-spec-properties.html (original)
+++ incubator/activemq/site/activation-spec-properties.html Thu Aug 31 06:40:55 
2006
@@ -202,7 +202,7 @@
        <LI><A href="sun-jndi.html" title="Sun JNDI">Sun JNDI</A></LI>
        <LI><A href="tomcat.html" title="Tomcat">Tomcat</A></LI>
        <LI><A href="unix-service.html" title="Unix Service">Unix 
Service</A></LI>
-       <LI><SPAN class="nobr"><A 
href="http://goopen.org/confluence/pages/createpage.action?spaceKey=ACTIVEMQ&title=WebLogic%20Integration&linkCreation=true&fromPageId=97";
 title="Create Page: WebLogic Integration" class="createlink">WebLogic 
Integration<SUP><IMG class="rendericon" 
src="http://goopen.org/confluence/images/icons/plus.gif"; height="7" width="7" 
align="absmiddle" alt="" border="0"></SUP></A></SPAN></LI>
+       <LI><A href="weblogic-integration.html" title="WebLogic 
Integration">WebLogic Integration</A></LI>
        <LI><A href="wsif.html" title="WSIF">WSIF</A></LI>
 </UL>
 
@@ -277,8 +277,7 @@
 <!--          
             <div class="pagetitle">Activation Spec Properties</div>
 -->
-            <DIV class="wiki-content">
-<P>An Activation Spec is used to configure the message delivery to an MDB.  
The ejb-jar.xml deployment descriptor needs to include a 
&lt;activation-config&gt; element inside the  &lt;message-driven&gt; element 
like:</P>
+            <DIV class="wiki-content"><P>An Activation Spec is used to 
configure the message delivery to an MDB.  The ejb-jar.xml deployment 
descriptor needs to include a &lt;activation-config&gt; element inside the  
&lt;message-driven&gt; element like:</P>
 <DIV class="code"><DIV class="codeContent">
 <PRE class="code-xml"><SPAN class="code-tag">&lt;activation-config&gt;</SPAN>
     <SPAN class="code-tag">&lt;activation-config-property&gt;</SPAN>
@@ -291,10 +290,10 @@
     <SPAN class="code-tag">&lt;/activation-config-property&gt;</SPAN>
 <SPAN class="code-tag">&lt;/activation-config&gt;</SPAN></PRE>
 </DIV></DIV>
-
+<P>Here, the value for destination is the physical name of the desired 
destination. The value for destinationType is the class name that defines the 
type of destination. It should be javax.jms.Queue or javax.jms.Topic.<BR>
+&nbsp;</P>
 
 <P>The Activation Spec properties that can be configured are:</P>
-
 <TABLE class="confluenceTable"><TBODY>
 <TR>
 <TH class="confluenceTh"> Property Name </TH>
@@ -386,9 +385,35 @@
     </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 Mar 16, 2006
-                  &nbsp;(<A 
href="http://goopen.org/confluence/pages/diffpages.action?pageId=252&originalId=735";>view
 change</A>)
-              
+    last edited by     <A 
href="http://goopen.org/confluence/users/viewuserprofile.action?username=dooart";>Thiago
 Duarte</A> on Aug 31, 2006
+                  &nbsp;(<A 
href="http://goopen.org/confluence/pages/diffpages.action?pageId=252&originalId=13355";>view
 change</A>)
+                      <SPAN id="show" class="inline-control-link"><A href="" 
onclick="showComment(); return false;">show comment</A></SPAN>
+        <SPAN id="hide" class="inline-control-link" style="display:none;"><A 
href="" onclick="hideComment(); return false;">hide comment</A></SPAN>
+          <DIV id="versionComment" class="noteMacro" style="display:none; 
padding: 5px;">
+      <B>Comment:</B>
+      I had some trouble with this because this information was not here.<BR>
+      <SPAN class="smalltext"><A 
href="http://goopen.org/confluence/pages/viewpreviouspageversions.action?pageId=252";>View
 page history</A></SPAN>
+  </DIV>
+
+    <SCRIPT>
+      var show = document.getElementById('show');
+      var hide = document.getElementById('hide');
+      var versionComment = document.getElementById('versionComment');
+
+      function showComment(){
+        show.style.display = 'none';
+        hide.style.display = 'inline';
+        versionComment.style.display = 'block';
+      }
+
+      function hideComment(){
+        show.style.display = 'inline';
+        hide.style.display = 'none';
+        versionComment.style.display = 'none';
+      }
+
+    </SCRIPT>
+    
       (<A 
href="http://goopen.org/confluence/pages/editpage.action?pageId=252";>edit 
page</A>)
     </DIV>
 

Modified: incubator/activemq/site/connectivity.html
URL: 
http://svn.apache.org/viewvc/incubator/activemq/site/connectivity.html?rev=438915&r1=438914&r2=438915&view=diff
==============================================================================
--- incubator/activemq/site/connectivity.html (original)
+++ incubator/activemq/site/connectivity.html Thu Aug 31 06:40:55 2006
@@ -202,7 +202,7 @@
        <LI><A href="sun-jndi.html" title="Sun JNDI">Sun JNDI</A></LI>
        <LI><A href="tomcat.html" title="Tomcat">Tomcat</A></LI>
        <LI><A href="unix-service.html" title="Unix Service">Unix 
Service</A></LI>
-       <LI><SPAN class="nobr"><A 
href="http://goopen.org/confluence/pages/createpage.action?spaceKey=ACTIVEMQ&title=WebLogic%20Integration&linkCreation=true&fromPageId=97";
 title="Create Page: WebLogic Integration" class="createlink">WebLogic 
Integration<SUP><IMG class="rendericon" 
src="http://goopen.org/confluence/images/icons/plus.gif"; height="7" width="7" 
align="absmiddle" alt="" border="0"></SUP></A></SPAN></LI>
+       <LI><A href="weblogic-integration.html" title="WebLogic 
Integration">WebLogic Integration</A></LI>
        <LI><A href="wsif.html" title="WSIF">WSIF</A></LI>
 </UL>
 

Modified: incubator/activemq/site/resource-adapter.html
URL: 
http://svn.apache.org/viewvc/incubator/activemq/site/resource-adapter.html?rev=438915&r1=438914&r2=438915&view=diff
==============================================================================
--- incubator/activemq/site/resource-adapter.html (original)
+++ incubator/activemq/site/resource-adapter.html Thu Aug 31 06:40:55 2006
@@ -202,7 +202,7 @@
        <LI><A href="sun-jndi.html" title="Sun JNDI">Sun JNDI</A></LI>
        <LI><A href="tomcat.html" title="Tomcat">Tomcat</A></LI>
        <LI><A href="unix-service.html" title="Unix Service">Unix 
Service</A></LI>
-       <LI><SPAN class="nobr"><A 
href="http://goopen.org/confluence/pages/createpage.action?spaceKey=ACTIVEMQ&title=WebLogic%20Integration&linkCreation=true&fromPageId=97";
 title="Create Page: WebLogic Integration" class="createlink">WebLogic 
Integration<SUP><IMG class="rendericon" 
src="http://goopen.org/confluence/images/icons/plus.gif"; height="7" width="7" 
align="absmiddle" alt="" border="0"></SUP></A></SPAN></LI>
+       <LI><A href="weblogic-integration.html" title="WebLogic 
Integration">WebLogic Integration</A></LI>
        <LI><A href="wsif.html" title="WSIF">WSIF</A></LI>
 </UL>
 


Reply via email to