ARTEMIS-757 Fix STOMP with interceptor example
This commit is contained in:
parent
bfbe68f0c9
commit
aca1733660
|
@ -37,13 +37,6 @@ under the License.
|
||||||
|
|
||||||
<paging-directory>./data/paging</paging-directory>
|
<paging-directory>./data/paging</paging-directory>
|
||||||
|
|
||||||
<queues>
|
|
||||||
<queue name="jms">
|
|
||||||
<address></address>
|
|
||||||
</queue>
|
|
||||||
</queues>
|
|
||||||
|
|
||||||
|
|
||||||
<remoting-incoming-interceptors>
|
<remoting-incoming-interceptors>
|
||||||
<class-name>org.apache.activemq.artemis.jms.example.MyStompInterceptor</class-name>
|
<class-name>org.apache.activemq.artemis.jms.example.MyStompInterceptor</class-name>
|
||||||
<class-name>org.apache.activemq.artemis.jms.example.RegularInterceptor</class-name>
|
<class-name>org.apache.activemq.artemis.jms.example.RegularInterceptor</class-name>
|
||||||
|
|
Loading…
Reference in New Issue