Repository: activemq-artemis Updated Branches: refs/heads/master f4295b990 -> 57529ac04
ARTEMIS-602 fix web.xml examples for REST Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/c44447c6 Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/c44447c6 Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/c44447c6 Branch: refs/heads/master Commit: c44447c65dc917b5d0ab3dfae190d10f1cbebc0f Parents: f4295b9 Author: jbertram <[email protected]> Authored: Thu Jun 30 10:29:28 2016 -0500 Committer: jbertram <[email protected]> Committed: Thu Jun 30 10:33:51 2016 -0500 ---------------------------------------------------------------------- docs/user-manual/en/rest.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/c44447c6/docs/user-manual/en/rest.md ---------------------------------------------------------------------- diff --git a/docs/user-manual/en/rest.md b/docs/user-manual/en/rest.md index ca60383..78d68ca 100644 --- a/docs/user-manual/en/rest.md +++ b/docs/user-manual/en/rest.md @@ -69,7 +69,7 @@ This section should be used when you want to use the Apache ActiveMQ Artemis RES <listener> <listener-class> - org.apache.activemq.rest.integration.RestMessagingBootstrapListener + org.apache.activemq.artemis.rest.integration.RestMessagingBootstrapListener </listener-class> </listener> @@ -139,13 +139,13 @@ You can bootstrap Apache ActiveMQ Artemis within your WAR as well. To do this, y <listener> <listener-class> - org.apache.activemq.rest.integration.ActiveMQBootstrapListener + org.apache.activemq.artemis.rest.integration.ActiveMQBootstrapListener </listener-class> </listener> <listener> <listener-class> - org.apache.activemq.rest.integration.RestMessagingBootstrapListener + org.apache.activemq.artemis.rest.integration.RestMessagingBootstrapListener </listener-class> </listener>
