PDA

View Full Version : Spring - AMQP - BlazeDs



raynic
Oct 31st, 2011, 07:31 AM
Hi,
is there a way to handle the combination AMQP - BlazeDs in Spring?
Thx,
Ray

Mark Fisher
Oct 31st, 2011, 07:58 AM
You can use the Spring Integration support in Spring BlazeDS. That allows you to add AMQP channel-adapters (or any of the other adapter types supported by Spring Integration) to the same channel(s) referenced by Flex destinations. For a simple example, see this section of the reference manual: http://static.springsource.org/spring-flex/docs/1.5.x/reference/html/index.html#integration-messaging

That one does not feature a channel-adapter, but hopefully does get the idea across.

Hope that helps.
-Mark