Stomp « activemq « Java Enterprise Q&A





1. Using Stomp and Apache ActiveMQ as reliable syslog    stackoverflow.com

One 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.com

I 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.com

I wish to set up a ActiveMQ instance (primarily as a STOMP server) which will service requests from two types of clients:

  1. authenticated users which can read and write to topics
  2. non-authenticated users ...

4. Can I configure Apache ActiveMQ to use the STOMP protocol over UDP?    stackoverflow.com

I'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.com

I'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.com

Following 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.com

I've found ActiveMQ that use for message broker and that's good for cross-platform Have any guide to implement ActiveMQ Consumers (Client) in Cocoa Application ?

8. How to build ActiveMQ-CPP Stomp only client    stackoverflow.com

Is 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.com

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