views:

255

answers:

0

Is there any example of using JMS Queues in BlazeDS as point-to-point communication to a Flex client.

I'm curious in writing a custom MessageAdapter for BlazeDS that is adapting a point-to-point message queue system and I want to understand how it works for JMS Queues which are point-to-point.

The BlazeDS documentation describes JMS Queue support:

JMS queues are point-to-point, unlike topics which are one-to-many. However, due to the administrative overhead of JMS queues, the JMSAdapter is not the best choice for point-to-point messages between clients. A better choice for point-to-point messaging is to use the ActionScriptAdapter in conjunction with message filtering on the client side. For more information, see Message filtering.