0 Replies Latest reply on Jul 4, 2006 6:14 AM by sailu

    jboss issues

    sailu

      In case of weblogic Queue connection and Session is creatied like this
      In Web logic
      qCon created = weblogic.jms.client.JMSConnection@1566b7d
      qSession created = weblogic.jms.client.JMSSession@523ca2

      In case of Jboss Queue connection and Session is creating like this
      In Jboss
      qCon created = Connection@7960257 [token=ConnectionToken:ID:1/b01d8f81e0f3bec50cb6945ef4dfa847 rcvstate=STOPPED]

      qSession created = SpySession@8120514[tx=false ack=DUPSOK txid=null RUNNING connection=Connection@15612583
      [token=ConnectionToken:ID:2/4913c9a84c53dba13b54b0415c00d239 rcvstate=STOPPED]]

      Does it different for different servers or is there any configuration problem in Jboss. And also i want to know while creating session and connection in jboss why it is giving rcvstate=STOPPED


      TQServer [start] : qSession created = SpySession@8120514[tx=false ack=DUPSOK
      txid=null RUNNING connection=Connection@15612583
      [token=ConnectionToken:ID:2/4913c9a84c53dba13b54b0415c00d239
      rcvstate=STOPPED]]
      JMS : qqSession = org.jboss.resource.adapter.jms.JmsSession@182600f

      Thanks in advance.