If you didn't create any queues, the message won't be kept. You'd only hit problems if you had created a queue but then never consumed the messages from it.
It's possible to configure a timeout after which inactive destinations will be deleted, if you were interested in that. http://activemq.apache.org/delete-inactive-destinations.html has details if you're interested. Tim On Tue, Apr 10, 2018, 8:56 AM JaneGu <13332...@qq.com> wrote: > I created one visual topic and did not create any queue. I configured the > leveldb in activemq.xml. Then the producer sent some messages into the > topic. As what I understand, the message will not be deleted until they > are > consumed. So how can I delete the message manually. If I do not delete the > message, what will happen. > > > > > -- > Sent from: > http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html >