I use ActiveMQ and it works just fine. Although, I use the STOMP client, and you need to make sure that you have a flash policy server set up to allow the socket connection to the message server.
--- In [email protected], "Christophe Herreman" <[EMAIL PROTECTED]> wrote: > > Hi, > > 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 and subscribed via the properties on the Consumer > object, however the "message" event on the Consumer is never fired so it > seems like the messages are not received. > > When I look in the ActiveMQ console, I can see the number of subscribers, > the number of messages sent and the number of messages received. The strange > thing is that the received messages counter seems to increment and that I > can also trace the log statements in the Tomcat console, but again no > messages are received in the Flex client. > > Any ideas? > > -- > Christophe Herreman > http://www.herrodius.com > http://www.pranaframework.org >

