Thanks for the nice article. It should be of great help to someone getting started with JMS and messaging using GlassFish.
The following resources could also help readers of this article:
- The default messaging provider available in GlassFish is Open MQ ( http://mq.dev.java.net ) as explained in http://docs.sun.com/app/docs/doc/819-3658/6n5s5nkln?a=view#abljy
- Other JMS providers, like MQ Series, Tibco etc can also be integrated using the Generic RA for JMS resource adapter ( http://genericjmsra.dev.java.net ) as detailed in http://docs.sun.com/app/docs/doc/819-3658/6n5s5nkls?a=view
- The JMS chapter in the Java EE tutorial (http://java.sun.com/javaee/5/docs/tutorial/doc/bncgv.html) also provides an introduction to JMS and the sample applications and instructions discussed in the tutorial could be used as-is against GlassFish
Thanks
--Siva. |