Hi guys, I have to delete programmatically addresses based on some logic in 
Artemis broker.

I tried with
SimpleString address = new SimpleString(someStringAddress);
...
ActiveMQServer server = <current_instance>;
...
server.removeAddressInfo(simpleAddress, null, true);

but looks like there are addresses related objects not removed from the broker 
memory (there is a memory leak)

Thanks in advance for your support.

Regards,
Riccardo Modanese

Reply via email to