ARTEMIS-602 fix web.xml examples for REST

This commit is contained in:
jbertram 2016-06-30 10:29:28 -05:00
parent f4295b9900
commit c44447c65d
1 changed files with 3 additions and 3 deletions

View File

@ -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>