You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cs...@apache.org on 2017/06/22 20:12:28 UTC

activemq-artemis git commit: NO-JIRA: Minor documentation fix

Repository: activemq-artemis
Updated Branches:
  refs/heads/master 9f25013c5 -> 35f6ebb2c


NO-JIRA: Minor documentation fix


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/35f6ebb2
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/35f6ebb2
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/35f6ebb2

Branch: refs/heads/master
Commit: 35f6ebb2cbf6e30d4edafef25d8040b48f9e6594
Parents: 9f25013
Author: Christopher L. Shannon (cshannon) <ch...@gmail.com>
Authored: Thu Jun 22 16:12:01 2017 -0400
Committer: Christopher L. Shannon (cshannon) <ch...@gmail.com>
Committed: Thu Jun 22 16:12:01 2017 -0400

----------------------------------------------------------------------
 docs/user-manual/en/protocols-interoperability.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/35f6ebb2/docs/user-manual/en/protocols-interoperability.md
----------------------------------------------------------------------
diff --git a/docs/user-manual/en/protocols-interoperability.md b/docs/user-manual/en/protocols-interoperability.md
index b4d57c3..acab4f5 100644
--- a/docs/user-manual/en/protocols-interoperability.md
+++ b/docs/user-manual/en/protocols-interoperability.md
@@ -114,7 +114,7 @@ or committed via the coordinator.
 
 Apache ActiveMQ Artemis now supports the
 [OpenWire](http://activemq.apache.org/openwire.html) protocol so that an
-Apache ActiveMQ Artemis JMS client can talk directly to an Apache ActiveMQ Artemis server. To enable
+Apache ActiveMQ 5.x JMS client can talk directly to an Apache ActiveMQ Artemis server. To enable
 OpenWire support you must configure a Netty Acceptor, like so:
 
     <acceptor name="openwire-acceptor">tcp://localhost:61616?protocols=OPENWIRE</acceptor>