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 18:54:35 +0530

Legolas Woodland wrote:
> Sivakumar Thyagarajan wrote:
>
>>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.
>>
>>
> Thank you for clarification
> I need the steps (which one of them is to know the url) to use JMS
> service from a remote Client.
> the remote client must have access to some queu that i made by using
> glassfish administration console.
> I add message to those queues (that i made from admin console of
> glassfish) from my enterprise application deployed inside glassfish.
> Now i need to access those message which i add to those queues from a
> remote application.
>
If I have understood you correctly, you are looking for ways by which
you could work with a Queue from a remote maching using a non-ACC
[standalone java] program. Documentation for this is available off
http://docs.sun.com/app/docs/doc/819-2556/6n4rap8rr?a=view

Please let me know should you need more information.

Thanks.

HTH
--Siva.
>>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
>>>
>>>
>>>
>>
>>---------------------------------------------------------------------
>>To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
>>For additional commands, e-mail: users-help_at_glassfish.dev.java.net
>>
>>
>>
>>
>