PDA

View Full Version : Is it possible to integrate a messagebroker into a webapp?



Dr.Drane
Apr 23rd, 2009, 08:37 AM
Hello,

I'm experimenting with BlazeDS messaging. This is also my first contact with JMS.

I managed to succesfully use a seperate ActiveMQ messagebroker with Flex + JMS + BlazeDS + Spring...though I feel it's a bit of a hassle to have a seperate messagebroker process I need to run...

Does anybody know if it's possible to incorperate this easily in a webapp somehow? Or perhaps there's a reason not to do so?

Thanks in advance and have a nice day!

Jochen

jettro
Apr 27th, 2009, 02:21 AM
In this post I explain exactly what you want, at least I think so

http://www.gridshore.nl/2009/04/13/doing-flex-with-jms-combining-blazeds-spring-jms-and-activemq/

Dr.Drane
Apr 27th, 2009, 02:33 AM
Hey, that's funny! I already have your article here in my bookmarks and quickly read it somewhere last week... must have overlooked the broker embedding part.

Thanks a lot for the article and your post and have a nice day! :)

Kind regards,

Jochen


In this post I explain exactly what you want, at least I think so

http://www.gridshore.nl/2009/04/13/doing-flex-with-jms-combining-blazeds-spring-jms-and-activemq/