1. point to point JMS and publish and subscribe stackoverflow.comI have a basic question about, the JMS architecture. A typical arrangement can be point-to-point, were message from customers are interleaved. that means that concurrent communication is not supported right? now in ... |
2. JEE alternative to publish subscribe using JMS stackoverflow.comI'm new to JEE and have been looking for a common way to implement a publish/subscribe type model without having to use JMS. I'm interested in creating a simple app that ... |