1 2 Previous Next 26 Replies Latest reply on Jan 8, 2004 7:24 AM by thoennes

    org.jboss.mq.SpyJMSException: Cannot authenticate user

    sonwh98

      This exception is thrown using Jboss3.2.2 when writing to a JMS queue from a JMS client that is not on the same host as Jboss.
      If the client is on the same host as JBoss, then writing to the queue is successful.

      %java test.ejb.SimpleQueueSender queue/testQueue

      Queue name is queue/testQueue
      Exception occurred: org.jboss.mq.SpyJMSException: Cannot authenticate user; - nested throwable: (java.net.ConnectException: Connection refused)

      SimpleQueueSender.java just simply writes a TextMessage to the specified queue. It worked under jboss3.2.1 but not on jboss3.2.2

      any idea whats wrong?

      thanks,
      son

        1 2 Previous Next