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&...]