A new article, by Ashnasoft's Imtiyaz Haque, "Intro to Java Message Service 1.1", has been posted. The enhancements in JMS 1.1 include the unification of the Pub/Sub and PTP domains under a common programming and transactional model. This article illustrates the new features of the JMS 1.1 API, which are demonstrated through a sample application.
Read "Intro do Java Message Service 1.1"
-
Intro to Java Message Service 1.1 Posted on TheServerSide (3 messages)
- Posted by: Nate Borg
- Posted on: July 23 2002 11:58 EDT
Threaded Messages (3)
- Intro to Java Message Service 1.1 Posted on TheServerSide by Doron Sherman on July 23 2002 19:55 EDT
- Intro to Java Message Service 1.1 Posted on TheServerSide by Frederic Maistre on July 24 2002 03:41 EDT
- Intro to Java Message Service 1.1 Posted on TheServerSide by venkat tirumalagiri on July 31 2002 12:45 EDT
-
Intro to Java Message Service 1.1 Posted on TheServerSide[ Go to top ]
- Posted by: Doron Sherman
- Posted on: July 23 2002 19:55 EDT
- in response to Nate Borg
For an example of a higher-level use of JMS in the context of a long-running business transaction (business process), see Scenario Beans:
http://www.collaxa.com/developer.jsp?section=Developer&subsection=qa&part=JMSTopic
-
Intro to Java Message Service 1.1 Posted on TheServerSide[ Go to top ]
- Posted by: Frederic Maistre
- Posted on: July 24 2002 03:41 EDT
- in response to Nate Borg
Better than just for a try, you can get and use a JMS 1.1 implementation for free thanks to the Objectweb's JORAM server.
Have a look at http://www.objectweb.org/joram
The announcement on server side is still there:
https://www.theserverside.com/home/thread.jsp?thread_id=13888
-
Intro to Java Message Service 1.1 Posted on TheServerSide[ Go to top ]
- Posted by: venkat tirumalagiri
- Posted on: July 31 2002 12:45 EDT
- in response to Nate Borg
That's a real useful article for programmers to get a head start on jms1.1.This article which is written by the Ashnasoft (The makers of fast and reliable messaging system)guys gives you an indepth look at the jms1.1 api.I Thank ServerSide for a real interesting article.