Message-API
Summary
Community:
The EJB standard took a giant step between version 2.1 and 3.0 - the same step is still missing in the JMS standard: To provide a simple to use, pure Java interface solution to remote calls... only asynchronous in this case.
Motivation: The business code should concentrate on the message that is to be sent or what it has to do when a message is received. What technology is used, where the message is going to or coming from, how the message is encoded, etc. is to be provided by a configurable adapter layer and injected into the business code.
License:
- 251 reads



