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 Küst Heiko <he...@winterthur.ch> on 2005/03/07 17:43:39 UTC

Usage of JMS transport

Hi all,

I'd like to use JMS as transport layer, so I tried to run the Axis JMS
example. Everything fine so far. My question: Is there another way of
telling Axis to use JMS than setting the JMSTransport in the client
explicitly (call.setTransport(...))?

I found in this mailing list some entries suggesting to do something like
"new Call("jms:/MyQ...")" or to set the jms-endpoint address in the wsdl and
compile with wsdl2java, but neither didn't work (malformed url exceptions).

Is JMS not a built-in transport type of Axis and therefore can't be used
just like http?

I use Axis 1.2 (RC1).

Thanks a lot.

Heiko