flex « activemq « Java Enterprise Q&A





1. Problem consuming ActiveMQ messages from Flex client    stackoverflow.com

I am unable to consume messages sent via ActiveMQ from my Flex client. Sending messages via the Producer seems to work, I can also see that the Flex client is connected ...

2. ActiveMQ does not stop subscription when flex client disconnects    stackoverflow.com

I'm using activeMQ 5.3 to send messages to a flex client via blazeds 3.2. When the client connects for the first time, I can see the subscriptions to the activeMQ broker ...

3. GraniteDS and ActiveMQ    stackoverflow.com

I want to configure ActiveMQ instead of the normal gravity messenger. I wanted to add this in my services-config.xml :

    <services> 
      ...

4. BlazeDS+ActiveMQ: non-graceful disconnection of Flex client from a durable topic does not remove it from ActiveMQ    stackoverflow.com

I'm trying to make a Flex-based desktop application consume messages from an ActiveMQ topic with a durable subscription, using the JMS bridge of BlazeDS. The basic scenario is as follows:

  1. Messages are ...