persist « activemq « Java Enterprise Q&A





1. ActiveMQ - Removing queues programatically    stackoverflow.com

Fellow StackOverflowers, is there a way for me to remove a queue or a topic in ActiveMQ programatically? I am using ActiveMQ's standard persistency, and my application requires that, on startup, ...

2. ActiveMQ without persistence    stackoverflow.com

I'd like to set up a publisher-subscriber based communication protocol between a server producing messages and many clients receiving them. After a bit of research, I decided to go with ActiveMQ. ...

3. servicemix : jms message as persistent    stackoverflow.com

I am using Servicemix 4.2 ,how can I set a JMS message as "persistent" ? Is it a property in xbean.xml or should I write code in CustomMarshaller to mark the JMS ...

4. ActiveMQ persistent messages (durable queue) configuration problem?    stackoverflow.com

Let me first describe the way I am planning to use activemq for my service. The service provides API for its clients and guarantees to notify anybody interested in the changes happened ...

5. ActiveMQ:Non persistent Topic Consumer doesnt close sometimes    stackoverflow.com

I'm using Apache ActiveMQ 5.5 and have the following scenario -Embedded Broker -NonPersistent Producer and Topic -A consumer of the topic. The normal stuff is working - I publish to a topic and a subscriber ...

6. ActiveMQ: Publish Messages in bulk, persistent, but not async?    stackoverflow.com

is it possible to store a large amount of messages in bulk? I want to send them sync, persistent, but to get speed very much at one time. I am using NMS, the ...

7. ActiveMQ KahaDB Persistence Store Full    stackoverflow.com

I am using ActiveMQ 5.4 with KahaDB as message store. While Publishing Messages (with Persistence true) to a Topic, which has Durable subscriber, the persistence store is increasing even the ...