hello friends , Will anybody guide me hw to use java messenger service.
Kyle Brown
author
Ranch Hand
Joined: Aug 10, 2001
Posts: 3878
posted
0
Start by reading Richard Monson-Haefel's "Java Message Service" . It's a good explanation and tutorial. You'll need to download a JMS provider to get started -- pointers to where to get some are in the book. Kyle ------------------ Kyle Brown, Author of Enterprise Java (tm) Programming with IBM Websphere See my homepage at http://members.aol.com/kgb1001001 for other WebSphere information. [This message has been edited by Kyle Brown (edited November 06, 2001).]
Try using Open JMS. It is very easy to install. If you face any problems with using it, the openJMS forum is very useful and replies are posted very fast(to solve your problems). JMS is the way to go for the asynchronous messaging work of the system. It gives a great new dimension for the system.