[jboss-user] [Beginner's Corner] - Re: Java EE Application Structure for 'always on' data gathering
Josiah Haswell
do-not-reply at jboss.com
Tue Jan 15 23:09:47 EST 2013
Josiah Haswell [https://community.jboss.org/people/haswellj] created the discussion
"Re: Java EE Application Structure for 'always on' data gathering"
To view the discussion, visit: https://community.jboss.org/message/792210#792210
--------------------------------------------------------------
Hi Matt,
Sorry about the delay. I have worked on similar projects, and JEE/JMS works well for this sort of thing. Another technology you might consider is http://akka.io/ Akka, which could easily help you implement the message distribution. JEE is a good candidate for this sort of project if you also need things like persistence, web capabilities, JNDI, etc. Obviously, most JEE containers implement clustering and failover, too, which is a big mark in their favor. For very high message volumes, you always need to get creative with caching, load-balancing, batching, etc., but in my experience, JEE scales very well out of the box (to, depending on the task and configuration, 10s to 100s of thousands of operations/second)
Best!
Josiah
--------------------------------------------------------------
Reply to this message by going to Community
[https://community.jboss.org/message/792210#792210]
Start a new discussion in Beginner's Corner at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2075]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20130115/4e766bc4/attachment.html
More information about the jboss-user
mailing list