$subject? Can somebody send the instructions?

When I uncomment the JMS transport receiver (apache qpid) and JMS
transport sender, ESB throws following exception. (I haven't modify
any other files. All are having default values).

[2011-06-14 02:23:36,907] ERROR - ServiceTaskManager
MessageListenerTask receives an exception and it'll suspend for 10
second(s)
org.apache.axis2.transport.jms.AxisJMSException: Error creating JMS
consumer for service : echo
        at 
org.apache.axis2.transport.jms.ServiceTaskManager.handleException(ServiceTaskManager.java:1008)
        at 
org.apache.axis2.transport.jms.ServiceTaskManager.access$700(ServiceTaskManager.java:50)
        at 
org.apache.axis2.transport.jms.ServiceTaskManager$MessageListenerTask.createConsumer(ServiceTaskManager.java:888)
        at 
org.apache.axis2.transport.jms.ServiceTaskManager$MessageListenerTask.getMessageConsumer(ServiceTaskManager.java:749)
        at 
org.apache.axis2.transport.jms.ServiceTaskManager$MessageListenerTask.receiveMessage(ServiceTaskManager.java:511)
        at 
org.apache.axis2.transport.jms.ServiceTaskManager$MessageListenerTask.run(ServiceTaskManager.java:422)
        at 
org.apache.axis2.transport.base.threads.NativeWorkerPool$1.run(NativeWorkerPool.java:173)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
        at java.lang.Thread.run(Thread.java:662)
Caused by: javax.jms.JMSException: Error registering consumer:
org.apache.qpid.AMQException: The name 'echo' supplied in the address
doesn't resolve
o an exchange or a queue
        at org.apache.qpid.client.AMQSession$4.execute(AMQSession.java:2036)
        at org.apache.qpid.client.AMQSession$4.execute(AMQSession.java:1979)
        at 
org.apache.qpid.client.AMQConnectionDelegate_0_10.executeRetrySupport(AMQConnectionDelegate_0_10.java:312)
        at 
org.apache.qpid.client.AMQConnection.executeRetrySupport(AMQConnection.java:622)
        at 
org.apache.qpid.client.failover.FailoverRetrySupport.execute(FailoverRetrySupport.java:102)
        at 
org.apache.qpid.client.AMQSession.createConsumerImpl(AMQSession.java:1977)
        at org.apache.qpid.client.AMQSession.createConsumer(AMQSession.java:990)
        at 
org.apache.axis2.transport.jms.JMSUtils.createConsumer(JMSUtils.java:642)
        at 
org.apache.axis2.transport.jms.ServiceTaskManager$MessageListenerTask.createConsumer(ServiceTaskManager.java:879)
        ... 7 more
Caused by: org.apache.qpid.AMQException: The name 'echo' supplied in
the address doesn't resolve to an exchange or a queue
        at 
org.apache.qpid.client.AMQSession_0_10.handleAddressBasedDestination(AMQSession_0_10.java:1239)
        at 
org.apache.qpid.client.AMQSession.registerConsumer(AMQSession.java:2820)
        at org.apache.qpid.client.AMQSession.access$500(AMQSession.java:120)
        at org.apache.qpid.client.AMQSession$4.execute(AMQSession.java:2013)
        ... 15 more
[2011-06-14 02:23:39,115]  WARN - JMSListener Polling tasks on
destination : echo of type queue for service echo have not yet started
after 3 seconds

-- 
S.Uthaiyashankar
Senior Architect & Senior Manager
WSO2 Inc.
http://wso2.com/ - "lean . enterprise . middleware"
_______________________________________________
Carbon-dev mailing list
[email protected]
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev

Reply via email to