[jboss-cvs] JBossAS SVN: r109293 - branches/switchboard-integration/testsuite/src/resources/web/META-INF.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Fri Nov 12 04:19:42 EST 2010
Author: jaikiran
Date: 2010-11-12 04:19:42 -0500 (Fri, 12 Nov 2010)
New Revision: 109293
Modified:
branches/switchboard-integration/testsuite/src/resources/web/META-INF/hornetq-jms.xml
Log:
JBAS-8548 Fix the org.jboss.test.jmx.test.RedeployStressTestCase test
Modified: branches/switchboard-integration/testsuite/src/resources/web/META-INF/hornetq-jms.xml
===================================================================
--- branches/switchboard-integration/testsuite/src/resources/web/META-INF/hornetq-jms.xml 2010-11-12 05:09:06 UTC (rev 109292)
+++ branches/switchboard-integration/testsuite/src/resources/web/META-INF/hornetq-jms.xml 2010-11-12 09:19:42 UTC (rev 109293)
@@ -4,6 +4,14 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="urn:hornetq /schema/hornetq-jms.xsd">
+ <queue name="testQueue">
+ <entry name="queue/testQueue" />
+ </queue>
+
+ <queue name="A">
+ <entry name="queue/A" />
+ </queue>
+
<queue name="MockQueueA">
<entry name="MockQueueA" />
</queue>
@@ -16,4 +24,8 @@
<entry name="MockTopicA"/>
</topic>
+ <topic name="testTopic">
+ <entry name="topic/testTopic"/>
+ </topic>
+
</configuration>
More information about the jboss-cvs-commits
mailing list