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#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...