concurrency « jms « Java Enterprise Q&A





1. Scalability of J2EE Application. How would you approach it?    stackoverflow.com

I've been working on the solution for financial industry. The main functionality of the application is the ability to load massive input files, digest them, update state in persistent store and ...

2. Does Terracotta make JMS an unneeded layer?    stackoverflow.com

We're currently writing an application for which IT has already purchased hardware for. Their approach was to buy big hardware on which we would deploy. In order to add more processing, ...

3. Using JMS as a distributed lock manager?    stackoverflow.com

I have a system where some loosely coupled components are communicating by exchanging messages over JMS. I am now looking at a new requirement which leads to some shared resource needing ...

4. JMS onMessage() and concurrency     stackoverflow.com

I have a stand-alone JMS app that subscribes to several different JMS topics. Each topic has its own session and onMessage() listener. Each onMessage() method updates a common current value table ...

5. JMS vs Node.js comparison    stackoverflow.com

I just start to study JMS (Java Message Service). My first question is: when the point is "concurrency", is there some similarity between JMS' and Node.js' "purpose"? Can I use Node.js for ...