[jboss-cvs] JBoss Messaging SVN: r6608 - in trunk/examples/javaee: jca-config and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Apr 28 16:06:43 EDT 2009


Author: clebert.suconic at jboss.com
Date: 2009-04-28 16:06:43 -0400 (Tue, 28 Apr 2009)
New Revision: 6608

Added:
   trunk/examples/javaee/jca-config/
Removed:
   trunk/examples/javaee/mdb-remote/
Modified:
   trunk/examples/javaee/jca-config/readme.html
Log:
Tweaks on readme

Copied: trunk/examples/javaee/jca-config (from rev 6605, trunk/examples/javaee/mdb-remote)

Modified: trunk/examples/javaee/jca-config/readme.html
===================================================================
--- trunk/examples/javaee/mdb-remote/readme.html	2009-04-28 18:28:45 UTC (rev 6605)
+++ trunk/examples/javaee/jca-config/readme.html	2009-04-28 20:06:43 UTC (rev 6608)
@@ -4,16 +4,15 @@
     <link rel="stylesheet" type="text/css" href="../../jms/common/common.css">
   </head>
   <body>
-     <h1>Java EE JCA Configuration Example</h1>
-     <p>This example is composed by two MDBs (MDBQueueA and MDBQueueB) and a StatlessSessionBean (StatelessSender).</p>
-     <p>The main class (MDBRemoteClientExample) will call a method on StatelessSender and send a Message to Queue B.<p>
-     <p>StatelessSender will send a message to Queue A.</p>
-     <p>StatelessSender is getting the connection out of the JavaConnectionArchitecture (JCA) ConnectionFactory, and sending a message to QueueA which will be received on MDBQueueA.</p>
-     <p>MDBQueueB is connected to a different JBoss Messaging resource-adapter, and it will receive the message sent by the main Class.</p> 
-     
-     
+     <h1>Java EE Resource Adapter Configuration Example</h1>
+     <p>This example demonstrates how to configure several properties on the JBoss Messaging Resource Adapter. We setup two JBoss Servers. The enterprise application is being deployed in one application server while the MDBs and JMS Connections are pointing to a remote server</p>
+     <p>This example is composed by two MDBs (MDBQueueA and MDBQueueB) and a StatlessSessionBean (StatelessSender). The main class (MDBRemoteClientExample) will call a method on StatelessSender and send a Message to Queue B.<p>
+     <p>StatelessSender will send a message to Queue A and it is getting the connection out of the JavaConnectionArchitecture (JCA) ConnectionFactory, and sending a message to QueueA which will be received on MDBQueueA.</p>
+     <p>MDBQueueB is connected to a different JBoss Messaging resource-adapter, and it will receive the message sent by the main Class.</p>
+     <p>All the MDBs and JMS Connections are referring to the remote server</p> 
      <p>A Resource Adapter is a way to connect any system provider to an application server, and is integral part of the Java Connectors Architecture specification.</p>
      <p>JBossMessaging provides its own adapter and this example will provide you a quick tutorial on how to configure some of the default properties, and how to change the default values on MDB Inbound Properties, or on ConnectionFactory Outbound Properties.</p>
+     <p>This ResourceAdapter is what provides integration for Message Drive Beans (MDBs) or DataSource integration on the application server.</p>
      <h2>MDB Properties</h2>
      <p>You can configure the adapter through ActivactionConfigProperties on the MDB. Example:</p>
         <pre>




More information about the jboss-cvs-commits mailing list