subscriber « activemq « Java Enterprise Q&A





1. How can a .Net application become a subscriber to a JMS (ActiveMQ) topic?    stackoverflow.com

Please lay out the various ways for a .Net application to become a JMS (ActiveMQ) topic subscriber. Detailed and production-quality solutions would of course be best.

2. ActiveMQ publisher and subscriber in multiple languanges(C++ Java)    stackoverflow.com

I want to use ActiveMQ as a message broker communicating between a C++ component and a Java component in two process. Eg. C++ component is the publisher and the Java component ...

3. Can I use Pub/Sub model with Many Publishers and Only One Subscriber?    stackoverflow.com

I need to send some files from different machines to only one Server. As I understand, I can use JMS api + (for example) ActiveMQ as broker. There are two models: ...

4. activemq NoB: broker not getting messages after reconnect    stackoverflow.com

We have a hub-and-spoke network topology with activemq with topic and durable subscribers. After a (embedded) broker has been disconnected, it does not get the messages that have been sent during the ...

5. activemq, jms topics and subscribers with selectors    stackoverflow.com

I need some help with topics and selectors. I have a scenario with a topic having multiple durable subscribers (each with a selector) not all messages going into the topic aren't read ...

6. Subscribers lost from AMQ broker    stackoverflow.com

We are using AMQ 5.5. It has been working perfectly since we upgraded from 5.3 to 5.5. But, this morning out of nowhere the broker started reporting a bunch of durable subscribers ...

7. Are Topic message dequeued after they are consumed by topic subscriber?(AMQ 5.3.1)    stackoverflow.com

I have jms topic, which may have 0,1,2 subscribers (meaning that some of the subscribers may be down or stopped). I have producer which constantly is sending messages to the topic and ...

8. Activemq topic subscribers heap memory leak - why are messages increasing?    stackoverflow.com

I have console application which connects to activemq topics. Abount 10 messages per second are published on each topic. After some time monitored that the application memory is increasing and when ...