2008/7/11 Aakhunaten <[EMAIL PROTECTED]>: > > Hi, I have pretty much the same requirement. To begin with, I am just > confused with all the different options available. Finally, I think I will > go with ActiveMQ. Will the instructions available for integration with > Spring at the ActiveMQ website work for AppFuse? (I know I should just try > it).
They should do. You can simply run ActiveMQ inside your chosen web container and/or access an external broker using Spring. It is simply a matter of adding the ActiveMQ Spring configuration file and getting the startup servlet to pick up the file and configure the beans. > > Probably not a question for this forum, but is Camel and Mule required to > get a messaging system working? No. Camel and Mule add an additional layer on top of ActiveMQ. If all you require is simple point to point or topic style connectivity, Mule and Camel are probably overkill. Mike > > > Thanks in advance > praveen > > > > Travers Snyman wrote: > > > > Hi, > > Can anyone point me to a quikcstart, example or tutorial on how to > > integrate ActiveMQ with Appfuse. I intend using ActiveMQ with Spring > > message driven pojos. Is it possible or advisable to include activemq as > > dependency in the project's pom for Appfuse or would it be better to run > > activemq standalone and using jndi from within appuse ? > > > > Travers > > > > -- > View this message in context: > http://www.nabble.com/Appfuse-integration-with-ActiveMQ-tp17532401s2369p18406056.html > Sent from the AppFuse - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >