Can you elaborate on the "related objects" here? What exactly isn't being removed?
Justin On Tue, Sep 9, 2025 at 11:17 AM Modanese, Riccardo <[email protected]> wrote: > 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 >
