ARTEMIS-3566 Fix Stomp Embedded Interceptor Example NPE

This commit is contained in:
Domenico Francesco Bruscino 2021-11-10 21:58:36 +01:00 committed by clebertsuconic
parent 6b0c0eb3bd
commit 9f6d7a06f0
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ under the License.
<addresses>
<address name="exampleQueue">
<anycast>
<queue name="jms.queue.exampleQueue"/>
<queue name="exampleQueue"/>
</anycast>
</address>
</addresses>