ARTEMIS-757 Fix STOMP with interceptor example

This commit is contained in:
Martyn Taylor 2016-09-28 11:59:18 +01:00 committed by Clebert Suconic
parent bfbe68f0c9
commit aca1733660
1 changed files with 0 additions and 7 deletions

View File

@ -37,13 +37,6 @@ under the License.
<paging-directory>./data/paging</paging-directory>
<queues>
<queue name="jms">
<address></address>
</queue>
</queues>
<remoting-incoming-interceptors>
<class-name>org.apache.activemq.artemis.jms.example.MyStompInterceptor</class-name>
<class-name>org.apache.activemq.artemis.jms.example.RegularInterceptor</class-name>