Hi,
If I attempt to send messages to a topic that has no listeners I notice this
in the logging output. If I set the logging threshold to INFO, WARN or ERROR
I do not see the problem and no exception is thrown to the client
application. Shouldn''t the log output at least be WARN or ERROR?
26 Oct 2007 10:44:42,790 [pool-2-thread-1] DEBUG
org.apache.qpid.client.AMQConnection - exceptionReceived done
by:pool-2-thread-1
org.apache.qpid.client.AMQNoRouteException: Error: Topic MYTOPICNAME is not
known to org.apache.qpid.server.exchange.DestWildExchange[amq.topic] [error
code 312: no route]
at org.apache.qpid.client.AMQSession$9.run(AMQSession.java:2312)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(
ThreadPoolExecutor.java:650)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(
ThreadPoolExecutor.java:675)
at java.lang.Thread.run(Thread.java:595)
Thanks,
Andy.