I need the queue to enforce no-duplicate policy. Is it possible? If so , how? (I\'ve been googling for hours... )
we are evaluating ActiveMQ and I whould like to know what you think about it. Any feedback is welcome.
I\'m using ActiveMQ on a simulation of overloading servers in Java. And mainly it goes ok, but when I get over 600 requests the thing just go WTF!
We are building a distributed system, ma开发者_如何学Cybe a c# app will talk to a c++ app, and maybe some jpeg image will ben send between, is this possible with Activemq?As far as I know, you can tra
Whats the proper way to enable JMX in ActiveMQ 5.2? I\'ve seen conflicting documents, so I was wondering if开发者_C百科 anyone out there knows what the proper config file change should be. I think I m
I can\'t seem to find a way to listen for new producer and consu开发者_开发技巧mer connections (or connection interrupts) in ActiveMQ (Java Version). I want to be able to tell the consumers (or they c
I have Sun\'s Message Queue 4.3. Default installation on localhost using imqbroker daemon. Opened one queue.
I\'m using the NMS API for reading/writing ActiveMQ in C#, and I cannot find a way to preview the messages on a queue.I could read and rollback - b开发者_Python百科ut that\'ll make them DLQ eventually
Is it possible to use an activemq consumer (in .NET) like this? foreach (var msg in consumer) { // process message开发者_如何学JAVA
Please lay out the various ways for a .NET application to become a JMS (开发者_如何学CActiveMQ) topic subscriber. Detailed and production-quality solutions would of course be best.Apache NMS is the mo