From c44447c65dc917b5d0ab3dfae190d10f1cbebc0f Mon Sep 17 00:00:00 2001 From: jbertram Date: Thu, 30 Jun 2016 10:29:28 -0500 Subject: [PATCH] ARTEMIS-602 fix web.xml examples for REST --- docs/user-manual/en/rest.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/user-manual/en/rest.md b/docs/user-manual/en/rest.md index ca60383262..78d68cad30 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 - org.apache.activemq.rest.integration.RestMessagingBootstrapListener + org.apache.activemq.artemis.rest.integration.RestMessagingBootstrapListener @@ -139,13 +139,13 @@ You can bootstrap Apache ActiveMQ Artemis within your WAR as well. To do this, y - org.apache.activemq.rest.integration.ActiveMQBootstrapListener + org.apache.activemq.artemis.rest.integration.ActiveMQBootstrapListener - org.apache.activemq.rest.integration.RestMessagingBootstrapListener + org.apache.activemq.artemis.rest.integration.RestMessagingBootstrapListener