JMS 2 is one of the most significant parts of Java EE 7. One of the principal goals of the JMS 2 API is improving developer productivity by reducing the amount of code to work with JMS by adopting programming paradigms like higher level abstractions, dependency injection, annotations, runtime exceptions, the builder pattern and intelligent defaults.
In a recent
OTN article, JMS 2 specification lead Nigel Deakin covers the ease-of-use changes in detail. The article is the first of a two part series on JMS 2. For more visual folks, there is my
JMS 2 slide deck:
What’s New in Java Message Service 2 from Reza Rahman.
You can also check out the official specification yourself or try things out with the newly released Java EE 7 SDK.
-
What's New in JMS 2 - Part 1 (2 messages)
- Posted by: Reza Rahman
- Posted on: July 05 2013 19:38 EDT
Threaded Messages (2)
- Link to article by Jens Voß on July 08 2013 02:54 EDT
- RE:What's New in JMS 2 - Part 1 by harry sheng on July 08 2013 09:19 EDT
-
Link to article[ Go to top ]
- Posted by: Jens Voß
- Posted on: July 08 2013 02:54 EDT
- in response to Reza Rahman
The article can be found at http://www.oracle.com/technetwork/articles/java/jms20-1947669.html -
RE:What's New in JMS 2 - Part 1[ Go to top ]
- Posted by: harry sheng
- Posted on: July 08 2013 09:19 EDT
- in response to Reza Rahman
missing link to the article