2 Replies Latest reply on Nov 22, 2003 6:59 AM by peterlei

    JMS don't work for long time.

    peterlei

      I use JMS for send message,when it works for 7 days,i could't receive anything.I find all message in the path "jboss/server/default/db/jbossmq/file".what happend?

      The invoker i used is JVM.

        • 1. Re: JMS don't work for long time.

          With the details you provided it's hard to guess ...

          If you are running on linux, there is a limitation of 100.000 files in the same directory (so it could be a problem)

          If you want a precise answer, give us a precise question :p

          Regards,

          Stephane

          • 2. Re: JMS don't work for long time.
            peterlei

            Thanks for your reply,my english is poor.

            I develop a MDB for sending message to ftp server.

            The jms client send data to MDB ,the MDB sending the message to ftp server.But when it works 7 days,i find 500 files in the path jboss/server/default/db/jbossmq/file.

            Some exception like
            -------------------------------------------------------------
            18:04:39,682 WARN [Connection] Connection failure:
            org.jboss.mq.SpyJMSException: Ping timeout, no ping reply seen in: 30000 Ms
            at org.jboss.mq.Connection$PingTask.run(Connection.java:1293)
            at EDU.oswego.cs.dl.util.concurrent.ClockDaemon$RunLoop.run(ClockDaemon.
            java:364)
            at java.lang.Thread.run(Thread.java:536)
            ----------------------------------------------------------------