|
Replies:
2
-
Last Post:
Mar 25, 2009 1:01 PM
by: it99
|
|
|
|
|
|
|
newbie question
Posted:
Mar 24, 2009 7:36 AM
|
|
|
I'm new to glassfish and was wondering what type of suport it has for asynchronous messaging? Is there some type of JMS or other inerface?
Thanks
|
|
|
|
|
|
|
Re: newbie question
Posted:
Mar 25, 2009 12:15 PM
in response to: it99
|
|
|
Yes. The OpenMQ JMS implementation is part of GlassFish. GlassFish also supports Message Driven Beans.
See here for how to configure it: http://docs.sun.com/app/docs/doc/820-4335/abljw?a=view
This excellent article might also be of interest to you: http://today.java.net/pub/a/today/2008/01/22/jms-messaging-using-glassfish.html
I am not sure if everything is available in the current v3 builds. But all v2 builds have a JMS implementation included - and the final release of v3 will have one as well. Keep in mind that GlassFish v2 is the reference implementation of Java EE 5 and v3 will be the reference implementation of Java EE 6.
|
|
|
|
|
|
|
|
Re: newbie question
Posted:
Mar 25, 2009 1:01 PM
in response to: it99
|
|
|
Thank you for your response
|
|
|
|
|