[jboss-cvs] JBoss Messaging SVN: r6559 - trunk/examples/jms/xa-receive.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Fri Apr 24 11:35:23 EDT 2009
Author: gaohoward
Date: 2009-04-24 11:35:23 -0400 (Fri, 24 Apr 2009)
New Revision: 6559
Modified:
trunk/examples/jms/xa-receive/readme.html
Log:
correct the title in readme
Modified: trunk/examples/jms/xa-receive/readme.html
===================================================================
--- trunk/examples/jms/xa-receive/readme.html 2009-04-24 15:26:54 UTC (rev 6558)
+++ trunk/examples/jms/xa-receive/readme.html 2009-04-24 15:35:23 UTC (rev 6559)
@@ -1,10 +1,10 @@
<html>
<head>
- <title>JBoss Messaging JMS XA Send Example</title>
+ <title>JBoss Messaging JMS XA Receive Example</title>
<link rel="stylesheet" type="text/css" href="../common/common.css">
</head>
<body>
- <h1>JMS XA Send Example</h1>
+ <h1>JMS XA Receive Example</h1>
<br>
<p>This example shows you how message receiving behaves in an XA transaction in JBoss Messaging. In an XA
Transaction, only if the associated XAResource are commited, will the messages be removed from the queue.
More information about the jboss-cvs-commits
mailing list