1. Using Stomp and Apache ActiveMQ as reliable syslog stackoverflow.comOne of my programs requires a reliable way to log across unreliable network (ie internet). The sender or receiver may go offline any time and can come back later. But any ... |
2. How to use JMS Message Transformation in ActiveMQ with Stomp/JSON stackoverflow.comI am sending messages in JSON format to an ActiveMQ server. I am trying to use JMS Transformation to transform the JSON encoded object into a true Java Object in hopes ... |
3. How to configure ActiveMQ to assign an 'anonymous' user and role to non-authenticated users stackoverflow.comI wish to set up a ActiveMQ instance (primarily as a STOMP server) which will service requests from two types of clients:
|
4. Can I configure Apache ActiveMQ to use the STOMP protocol over UDP? stackoverflow.comI'm developing a STOMP binding for Ada, which is working fine utilizing TCP/IP as the transport between the client and an ActiveMQ server configured as a STOMP broker. I thought to ... |
5. What solution should I use for this webapp with websockets. ActiveMQ? stackoverflow.comI'm currently in the middle of developing a webapplication which needs a websocket connection to receive notifications of events from the server. The clients are separated in groups and all the clients ... |
6. Does ActiveMQ support secure websockets? stackoverflow.comFollowing a previous question regarding ActiveMQ and WebSockets, I would like to know if secure WebSockets are supported. I can't find anything about them on the official website (OT: the documentation ... |
7. Have any guide to implement ActiveMQ with Cocoa Application? stackoverflow.comI've found |
8. How to build ActiveMQ-CPP Stomp only client stackoverflow.comIs it possible to build an ActiveMQ-CPP Client to support only STOMP Protocol? Regular native library with dependencies is too big for my embedded device and I want to build a ... |
9. Message Compression in ActiveMQ STOMP Client stackoverflow.comIs it possible to implement text message compression on publishing to a queue/topic(with out modifying the server or consumer)? I want to know if the existing Java STOMP client or CPP ... |