Author: aco
Date: Fri Jul 28 03:37:16 2006
New Revision: 426472
URL: http://svn.apache.org/viewvc?rev=426472&view=rev
Log:
fix mistype in slave.xml
Modified:
incubator/activemq/trunk/activemq-core/src/test/resources/org/apache/activemq/broker/ft/slave.xml
Modified:
incubator/activemq/trunk/activemq-core/src/test/resources/org/apache/activemq/broker/ft/slave.xml
URL:
http://svn.apache.org/viewvc/incubator/activemq/trunk/activemq-core/src/test/resources/org/apache/activemq/broker/ft/slave.xml?rev=426472&r1=426471&r2=426472&view=diff
==============================================================================
---
incubator/activemq/trunk/activemq-core/src/test/resources/org/apache/activemq/broker/ft/slave.xml
(original)
+++
incubator/activemq/trunk/activemq-core/src/test/resources/org/apache/activemq/broker/ft/slave.xml
Fri Jul 28 03:37:16 2006
@@ -15,10 +15,10 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<beans">
+<beans>
<bean
class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer"/>
- <broker brokerName="slave" persistent="false" useJmx="false"
masterConnectorURI="tcp://localhost:62001" deleteAllMessagesOnStartup="true"
xmlns="http://activemq.org/config/1.0>
+ <broker brokerName="slave" persistent="false" useJmx="false"
masterConnectorURI="tcp://localhost:62001" deleteAllMessagesOnStartup="true"
xmlns="http://activemq.org/config/1.0">
<transportConnectors>
<transportConnector uri="tcp://localhost:62002"/>
</transportConnectors>