You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by Sami Nieminen <sa...@iki.fi> on 2019/04/02 12:25:51 UTC

Re: IllegalStateException: Cannot find binding

Solved this problem with the following kind of addition to broker
configuration:

        <address-setting match="topic.name">
            <auto-create-addresses>true</auto-create-addresses>
            <auto-delete-addresses>true</auto-delete-addresses>
           
<default-address-routing-type>MULTICAST</default-address-routing-type>
           
<default-purge-on-no-consumers>true</default-purge-on-no-consumers>
        </address-setting>

No more binding errors after this.



--
Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html