hi, it's depend on your broker.setPersistent(true); and producer.setDeliveryMode(DeliveryMode.PERSISTENT); setting.
best,
rosen jiang
iamjackbob wrote:
I use activeMQ in java files, and send and receive jms messages by Queue and Topic,
but when i kill the jvm process, are the Queues and Topics still in JMS server? and is it
needed to delete the Queues and Topics mannually?
Thanks for all.