users@glassfish.java.net

Re: what is connection url for glassfish jms?

From: Sivakumar Thyagarajan <Sivakumar.Thyagarajan_at_Sun.COM>
Date: Tue, 02 May 2006 17:08:44 +0530

Hi

Could you clarify which connection url are referring to? In GlassFish,
if you want to use the default JMS broker bundled with the application
sevrer, all that needs to be done is create a Connection Factory JMS
resource and a destination resource, and then look them up in an
application component and use the JMS APIs to send the message.
The actual connection url [ie broker address to connect to] is
automatically taken care of behind the scenes.

For more information on the JMS support in GlassFish and about custom
JMS configurations please refer to the JMS chapter in the developer
guide available off
https://glassfish.dev.java.net/nonav/javaee5/docs/DG/beaob.html

Thanks
--Siva.

Legolas Woodland wrote:
> Hi
> Thank you for reading my post
> what is url to send message to glassfish jms server ?
>
> Thanks
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: users-help_at_glassfish.dev.java.net
>