aspose file tools
The moose likes Distributed Java and the fly likes A Beginner Question about JMS Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Distributed Java
Reply Bookmark "A Beginner Question about JMS" Watch "A Beginner Question about JMS" New topic
Author

A Beginner Question about JMS

david chen
Ranch Hand

Joined: Nov 30, 2001
Posts: 44
Hi,
I'm just a beginner with JMS. I've read about JMS in the EJB book that have. I plan to write a very simple stand-alone JMS-enabled Java application. Is it possible by just using JDK1.3? Can I do it without having an application server like WebLogic or WebSphere? Is there any lightweight downloadable router/broker that I can use?
Thank you very very much.
William Brogden
Author and all-around good cowpoke
Rancher

Joined: Mar 22, 2000
Posts: 12271
    
    1
You can get a FREE - very capable 100% Java JMS from
http://www.swiftmq.com/
Its the version I used for the SOAP book. Looking at the site just now I see it has gotten a FAQ and Forum at JGuru.
Bill


Java Resources at www.wbrogden.com
Jeffrey Ang
Greenhorn

Joined: Mar 26, 2001
Posts: 6
You need to install j2sdkee package from Sun to be able to use JMS. You can also try using the built-in j2ee server that comes with the installation.
Shubhrajit Chatterjee
Ranch Hand

Joined: Aug 23, 2001
Posts: 356
Originally posted by david chen:
Hi,
I'm just a beginner with JMS. I've read about JMS in the EJB book that have. I plan to write a very simple stand-alone JMS-enabled Java application. Is it possible by just using JDK1.3? Can I do it without having an application server like WebLogic or WebSphere? Is there any lightweight downloadable router/broker that I can use?
Thank you very very much.


1. You must have some J2EE installation for JMS
I know that weblogic supports JMS from version 5.1 onwards, I am not very sure about 4.5... you can check.
Weblogic has great examples on using JMS for weblogic. It has examples for all types of JMS architecture possible , though I would suggest you should start with Point to Point Messaging first.
These weblogic 5.1 specific links might help
http://www.weblogic.com/docs51/intro/intro_jms.html

http://www.weblogic.com/docs51/classdocs/API_jms.html


Shubhrajit
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: A Beginner Question about JMS
 
Similar Threads
Weblogic product for JMS
Can any one give me a link for JMS
A Beginner Question About JMS
How to write a jms queue message to external file
jboss tutorial