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&java.naming.factory.initial= org.apache.activemq.jndi.ActiveMQInitialContextFactory& ;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 <[EMAIL PROTECTED]> wrote: > Hello, Is there a dynamic client such as: RPCServiceClient for services > that use the JMS transport? > > Thanks >
