[jboss-user] [JBoss Messaging] - Failed to Route Reference[<message#>]:RELIABLE to queue

javadba@gmail.com do-not-reply at jboss.com
Mon Mar 23 15:20:25 EDT 2009


Hi, 
   For a queue that is deployed successfully and in fact visible to the JmxConsole -- including viewable messages -- I am seeing the following error from the JmsClient when attempting to do a send:

javax.jms.JMSException: Failed to route Reference[20275075352295704]:RELIABLE to TestQueue

Here is the client code

            Queue queue = (Queue) ic.lookup("/queue/TestQueue");
                   clog("Queue /queue/TestQueue exists");

            MessageProducer sender = session.createProducer(queue);
            TextMessage message = session.createTextMessage("Hello from client=" + InetAddress.getLocalHost().getHostName());
            sender.send(message);


View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4220392#4220392

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4220392



More information about the jboss-user mailing list