Hi!
I am working on a project:
On Flex clients there are producers and consumers. And the destinations will be set up on Spring side.
On Spring side, I want to read the messages, log them, may be modify them a bit and then release them to the Flex clients again.
After my readings, I am totally confused. Can I do everything with MessageBroker and ServiceAdapters? If yes, how?
Or I need Spring Integration?
May you provide me some architecture information? (Not links, because even if i understood the units separately, i couldnot combine to do my job.)
Thanks.
Personally I would suggest you use BlazeDS (http://static.springsource.org/spring-flex/docs/1.0.x/reference/html/index.html) which was written for specifically this reason, communication between flex and spring. It uses default message Brokers and Service Adapters so you probably do not need to write your own (although you can if you want to).