1 Reply Latest reply on May 15, 2008 7:05 AM by kazama2002uk

    Unable to connect to Jboss Messaging Queues from JBoss MQ de

    kazama2002uk

      Hello All,
      I'm running an application on the default server of jboss mq 4.0.5 and I'm trying to connect to queues defined in a sar file which runs on Jboss messaging 1.0.1SP5.

      All queues have been deployed but my application which connects via Spring Template configuration is unable to connect to the queues. On the JBoss Messaging Server, I see the following error:

      java.io.IOException: Can not read data for version 13. Supported versions: 1,2,22
      at org.jboss.remoting.transport.socket.ServerThread.versionedRead(ServerThread.java:656)
      at org.jboss.remoting.transport.socket.ServerThread.processInvocation(ServerThread.java:526)
      at org.jboss.remoting.transport.socket.ServerThread.dorun(ServerThread.java:365)
      at org.jboss.remoting.transport.socket.ServerThread.run(ServerThread.java:161)

      Can somebody please point me in the right direction? Thank you

      Kazama

        • 1. Re: Unable to connect to Jboss Messaging Queues from JBoss M
          kazama2002uk

          Not to worry,
          I've found the solution to my own damn problem. The problem was caused because the jboss-remoting.jar in the messaging/deploy/jboss-messaging.sar is different compared the the version in messaging/lib(messaging server) and default/lib(jboss-mq) servers. I've updated my servers jars with those from the jboss-messaging.sar and everything works fine now.

          Dont know why you guys are experts if I can solve my own damn problem.

          Peace.