merge #126 - Fix openwire example config issue

This commit is contained in:
Andy Taylor 2015-03-02 11:34:38 +00:00
commit 2e0e662c07
1 changed files with 0 additions and 1 deletions

View File

@ -43,7 +43,6 @@ under the License.
<!-- Acceptors --> <!-- Acceptors -->
<acceptors> <acceptors>
<acceptor name="netty-acceptor">tcp://localhost:61616</acceptor>
<acceptor name="openwire-acceptor">tcp://localhost:61616?protocols=OPENWIRE</acceptor> <acceptor name="openwire-acceptor">tcp://localhost:61616?protocols=OPENWIRE</acceptor>
</acceptors> </acceptors>