Wednesday, July 25, 2007

Learning JMS API

Java Message Service API is Java Message Oriented Middleware (MOM) API for sending messages two or more clients. Good stuffs is begin from here http://java.sun.com/products/jms/.

Please start with read some documentation and trial the samples, don't forget to agreeing with your application server. There are different how to use the samples among application servers. For example, I have some modifications the source code of samples to comply with JBOSS, because those samples has tested in Sun Java Application Server.

Let's try and share with me.

No comments: