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

View: New views
2 Messages — Rating Filter:   Alert me  

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

by iamjackbob :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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.

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 Threaded | Show Only this Message

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.