1. ActiveMQ - Removing queues programatically stackoverflow.comFellow 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.comI'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.comI 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.comLet 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.comI'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.comis 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.comI 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 ... |