I am using ActiveMQ with the C # client library. I created 10,000 topics with random names as part of a test to evaluate, and now I can not get rid of those. ActiveMQ stops with so many topics, so I need them outside the system. Here is what I have tried so far, and none of this worked. I am running ActiveMQ as a Windows service.
- Delete all files and folders in ACTIVEMQ_HOME \ Data li>
- Turn off all perseverance
- Delete all files and folders in a folder with saving
- Delete the entire ACTIVEMQ_HOME directory and reinstall it in another folder
I tracked the activity of the file and cannot find the file that is written when the topic is created or deleted.
I understand that the .NET client library covers functionality a bit, so I can't even get a list of all those programmatically.
source share