fix mistype in slave.xml

git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@426472 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Adrian T. Co 2006-07-28 10:37:16 +00:00
parent 6e755a5cc5
commit c1e4384db2
1 changed files with 2 additions and 2 deletions

View File

@ -15,10 +15,10 @@
See the License for the specific language governing permissions and See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
--> -->
<beans"> <beans>
<bean class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer"/> <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> <transportConnectors>
<transportConnector uri="tcp://localhost:62002"/> <transportConnector uri="tcp://localhost:62002"/>
</transportConnectors> </transportConnectors>