Hello, I would like to use queues which are automatically created.
So I tried it out and saw that they are not durable (persistent), which
means a late joiner will not get messages.
My try to configure some default behaviour for all queues which begin with
'M' was this:
<address name="M#">
<anycast>
<queue name="M#">
<durable>true</durable>
</queue>
</anycast>
</address>
But this did not work.
Is there someone who can help me?
Kind Regards,
Andreas
