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.
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 ...
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: ...
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 ...
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 ...
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 ...
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 ...
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 ...