You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by h b <hb...@gmail.com> on 2008/02/01 21:55:43 UTC

JMS Transport - Dynamic Client

Hello,  Is there a dynamic client such as: RPCServiceClient for services
that use the JMS transport?

Thanks

Re: JMS Transport - Dynamic Client

Posted by Upul Godage <up...@gmail.com>.
You can give the endpoint address as something like this (instead of
http://... endpoint) and this should deliver the message to the given
destination,
jms:/DestinationName?transport.jms.ConnectionFactoryJNDIName=ConnectionFactory&amp;java.naming.factory.initial=
org.apache.activemq.jndi.ActiveMQInitialContextFactory&amp
;java.naming.provider.url=tcp://localhost:61616

In Axis2 1.3 jms transports are commented in the axis2.xmls. You have to
uncomment them.

Upul

On Feb 2, 2008 2:25 AM, h b <hb...@gmail.com> wrote:

> Hello,  Is there a dynamic client such as: RPCServiceClient for services
> that use the JMS transport?
>
> Thanks
>