You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ma...@apache.org on 2016/10/21 09:56:06 UTC

[03/41] activemq-artemis git commit: NO-JIRA: Fixing a typo in the embedded documentation

NO-JIRA: Fixing a typo in the embedded documentation


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

Branch: refs/heads/ARTEMIS-780
Commit: 586abba94ee6b9cd576508ea042d74dcd4667b6c
Parents: e401354
Author: Christopher L. Shannon (cshannon) <ch...@gmail.com>
Authored: Wed Oct 12 08:35:30 2016 -0400
Committer: Christopher L. Shannon (cshannon) <ch...@gmail.com>
Committed: Wed Oct 12 08:35:59 2016 -0400

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


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/586abba9/docs/user-manual/en/embedding-activemq.md
----------------------------------------------------------------------
diff --git a/docs/user-manual/en/embedding-activemq.md b/docs/user-manual/en/embedding-activemq.md
index 66c897b..64e698c 100644
--- a/docs/user-manual/en/embedding-activemq.md
+++ b/docs/user-manual/en/embedding-activemq.md
@@ -162,7 +162,7 @@ Configuration configuration = new ConfigurationImpl()
    .setPersistenceEnabled(false)
    .setSecurityEnabled(false)
    .addAcceptorConfiguration(new TransportConfiguration(NettyAcceptorFactory.class.getName()))
-   .addConnectorConfiguration("myConnector", new TransportConfiguration(NettyAcceptorFactory.class.getName()));
+   .addConnectorConfiguration("myConnector", new TransportConfiguration(NettyConnectorFactory.class.getName()));
 
 // Step 2. Create the JMS configuration
 JMSConfiguration jmsConfig = new JMSConfigurationImpl();