I am doing the jms transport example and I get the following error: 2007-12-03 
15:01:42,288 ERROR org.apache.axis2.transport.jms.JMSSender - Cannotsend reply 
to unknown JMS DestinationException in thread "JMSWorker-6" 
org.apache.axis2.transport.jms.AxisJMSException: Cannot send reply to unknown 
JMS Destination        at 
org.apache.axis2.transport.jms.JMSSender.handleException(JMSSender.java:318)    
    at org.apache.axis2.transport.jms.JMSSender.invoke(JMSSender.java:111)      
  at org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:452)        at 
org.apache.axis2.receivers.AbstractInOutSyncMessageReceiver.receive(AbstractInOutSyncMessageReceiver.java:48)
        at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:144)      
  at 
org.apache.axis2.transport.jms.JMSMessageReceiver$Worker.run(JMSMessageReceiver.java:249)
        at 
edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:665)
        at 
edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:690)
        at java.lang.Thread.run(Thread.java:619) I have axis using the name of 
the service (Version) as the name of the input queue, but do I need a different 
queue for JMSSender to send it's response on?  How do I configure this? 
Thanks,Pete
_________________________________________________________________
Connect and share in new ways with Windows Live.
http://www.windowslive.com/connect.html?ocid=TXT_TAGLM_Wave2_newways_112007

Reply via email to