JBoss is not blowing up when started. The issue is only apparent when I attempt to connect to a queue using the new destination manager. The client's exception is:
| javax.jms.InvalidDestinationException: This destination does not exist! QUEUE.client-send | at org.jboss.mq.server.JMSDestinationManager.addMessage(JMSDestinationManager.java:394) | at org.jboss.mq.server.JMSDestinationManager.addMessage(JMSDestinationManager.java:378) | at org.jboss.mq.server.JMSServerInterceptorSupport.addMessage(JMSServerInterceptorSupport.java:136) | at org.jboss.mq.security.ServerSecurityInterceptor.addMessage(ServerSecurityInterceptor.java:153) | at org.jboss.mq.server.TracingInterceptor.addMessage(TracingInterceptor.java:270) | at org.jboss.mq.server.JMSServerInvoker.addMessage(JMSServerInvoker.java:136) | at org.jboss.mq.il.uil2.ServerSocketManagerHandler.handleMsg(ServerSocketManagerHandler.java:86) | at org.jboss.mq.il.uil2.SocketManager$ReadTask.handleMsg(SocketManager.java:356) | at org.jboss.mq.il.uil2.msgs.BaseMsg.run(BaseMsg.java:377) | at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:748) | at java.lang.Thread.run(Thread.java:534) | There are no exceptions shown on the server's console or in the server.log file. The jmx-console shows this queue is started correctly and that the DestinationManager is set to my new service. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3856875#3856875 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3856875 ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
