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

2009-07-01 Thread rosen jiang
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 proces

how to configure Psersistence as a FIFO style?

2009-06-30 Thread rosen jiang
could limit Store Usage, but those codes suspend my Producer sent message. so, i want know, how to configure Psersistence as a FIFO style(Producer kept sending new messages corresponding to first one message deleted)? best, rosen jiang -- View this message in context: http://www.nabble.com/how-to