Fix openwire example config issue

This commit is contained in:
Howard Gao 2015-03-02 13:02:43 +08:00
parent a1df17719a
commit c101d1001b
1 changed files with 0 additions and 1 deletions

View File

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