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

2016-10-21 Thread martyntaylor
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) 
Authored: Wed Oct 12 08:35:30 2016 -0400
Committer: Christopher L. Shannon (cshannon) 
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();



activemq-artemis git commit: NO-JIRA: Fixing a typo in the embedded documentation

2016-10-12 Thread cshannon
Repository: activemq-artemis
Updated Branches:
  refs/heads/master e40135469 -> 586abba94


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/master
Commit: 586abba94ee6b9cd576508ea042d74dcd4667b6c
Parents: e401354
Author: Christopher L. Shannon (cshannon) 
Authored: Wed Oct 12 08:35:30 2016 -0400
Committer: Christopher L. Shannon (cshannon) 
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();