> Hi,
> 
> I am attempting to use the JMS transport in Axis2. We are using Tibco
> queues. I was able to do one way operation
> (http://www.w3.org/TR/wsdl#_one-way) over JMS. When I tried to do
> request-response operation, I get client already exists JMS Exception.
> 
> 
> SEVERE: Failed to create a connection. The JMSException message is as
> follows:
> clientId already exists
> [ERROR] Error preparing to send message to destination 
> javax.jms.InvalidClientIDException: clientId already exists
> 
> How does the org.apache.axis2.transport.jms.JMSSender work? Can I
> specify different queue in JMSSender configuration? I tried this but
> it didn't work:
> 
> <transportSender name="jms"
> class="org.apache.axis2.transport.jms.JMSSender">
>       <parameter name="default">
>               <parameter
> name="java.naming.factory.initial">com.gs.ContextFactory</parameter>
>               <parameter
> name="transport.jms.ConnectionFactoryJNDIName">QueueFactory</parameter
> >             
>       </parameter>
> </transportSender>
> 
> How can I pass reply-to parameter from client side? 
> 
> Thanks and Regards,
> Shital Joshi
> Goldman, Sachs & Co.
> Prime Brokerage Technology
> 917-343-5780
> [EMAIL PROTECTED]
> 
> 
> 

Reply via email to