« Return to Thread: When jvm is downed, can the queues and topics(which are automaticlly created in the jvm) be deleted automaticlly

Re: When jvm is downed, can the queues and topics(which are automaticlly created in the jvm) be deleted automaticlly

by rosen jiang :: Rate this Message:

Reply to Author | View in Thread

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.

 « Return to Thread: When jvm is downed, can the queues and topics(which are automaticlly created in the jvm) be deleted automaticlly