[jboss-cvs] JBoss Messaging SVN: r6471 - in trunk: examples/jms/message-group/server0 and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Apr 17 07:58:44 EDT 2009


Author: gaohoward
Date: 2009-04-17 07:58:44 -0400 (Fri, 17 Apr 2009)
New Revision: 6471

Modified:
   trunk/.classpath
   trunk/examples/jms/message-group/server0/jbm-queues.xml
Log:
add security back to example classpath, remove symmetric-cluster from the classpath (not yet exist)


Modified: trunk/.classpath
===================================================================
--- trunk/.classpath	2009-04-17 09:58:14 UTC (rev 6470)
+++ trunk/.classpath	2009-04-17 11:58:44 UTC (rev 6471)
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
 	<classpathentry excluding="**/.svn/**/*" kind="src" path="src/main"/>
+	<classpathentry kind="src" path="examples/jms/security/src"/>
 	<classpathentry kind="src" path="build/src"/>
 	<classpathentry kind="src" path="tests/jms-tests/config"/>
 	<classpathentry kind="src" path="tests/config"/>
@@ -22,7 +23,6 @@
 	<classpathentry kind="src" path="examples/jms/clustered-durable-subscription/src"/>
 	<classpathentry kind="src" path="examples/jms/clustered-queue/src"/>
 	<classpathentry kind="src" path="examples/jms/clustered-topic/src"/>
-	<classpathentry kind="src" path="examples/jms/symmetric-cluster/src"/>
 	<classpathentry kind="src" path="examples/jms/bridge/src"/>
 	<classpathentry kind="src" path="examples/jms/common/src"/>
 	<classpathentry kind="src" path="examples/jms/dead-letter/src"/>

Modified: trunk/examples/jms/message-group/server0/jbm-queues.xml
===================================================================
--- trunk/examples/jms/message-group/server0/jbm-queues.xml	2009-04-17 09:58:14 UTC (rev 6470)
+++ trunk/examples/jms/message-group/server0/jbm-queues.xml	2009-04-17 11:58:44 UTC (rev 6471)
@@ -12,7 +12,7 @@
       <permission type="send" roles="guest"/>
    </security>
    
-   <address-settings match="jms.queue.exampleQueue">
+   <address-settings match="#">
       <distribution-policy-class>org.jboss.messaging.core.server.impl.GroupingRoundRobinDistributor</distribution-policy-class>
    </address-settings>
 




More information about the jboss-cvs-commits mailing list