Hi, We have a JMS based application using ActiveMQ which we are migrating to QPid. I have successfully tested the application with QPid except for one issue. On startup I receive this warning -
14:16:02,505 WARN Setup of JMS message listener invoker failed for destination 'ServiceCallQueue' - trying to recover. Cause: Error registering consumer: org.apache.qpid.AMQException: The name 'ServiceCallQueue' supplied in the address doesn't resolve to an exchange or a queue If I manually add the queue to the config.xml then the warning is gone and everything works fine. Questions: 1. Does QPid support dynamic queue/topic creation at runtime? 2. How do I configure QPid for dynamic queue/topic creation? We are using QPid 0.16. Thanks in advance, Andrew.
