[ 
http://issues.apache.org/jira/browse/AXIS2-545?page=comments#action_12442070 ] 
            
Brennan Spies commented on AXIS2-545:
-------------------------------------

Using the current 1.1 nightly build, there are just a few things needed to add 
support:

1. Recognize the <jms:address> child (and descendants) of <port>.
2. Put the appropriate <transport> and properties in the services.xml.
3. Add a JMS endpoint reference to the default constructor for the generated 
client stub.

> WSDL port address for JMS
> -------------------------
>
>                 Key: AXIS2-545
>                 URL: http://issues.apache.org/jira/browse/AXIS2-545
>             Project: Apache Axis 2.0 (Axis2)
>          Issue Type: Improvement
>          Components: wsdl
>            Reporter: rnell
>         Assigned To: Davanum Srinivas
>
> A WSDL port's address specified as "jms:/destination" where destination is a 
> queue or topic is a bit limiting. I can't connect to mulitple JMS servers 
> because there only one JMS Connection Factory is supported.
> IBM uses:
> <jms:address
>     destinationStyle="queue"  
>     jmsVendorURI="http://ibm.com/ns/mqseries";
>     initialContextFactory="com.ibm.NamingFactory"
>     jndiProviderURL="iiop://something:900/wherever"
>     jndiConnectionFactoryName="orange"
>     jndiDestinationName="fred"
> />
> see:
> http://publib.boulder.ibm.com/infocenter/wasinfo/v5r1//index.jsp?topic=/com.ibm.websphere.base.doc/info/aes/ae/twsf_prsjwe.html

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to