1 Reply Latest reply on Jul 21, 2004 11:00 AM by spyer

    jboss 3.2.0 system clocks

    spyer

      Hi gotta a problem with jboss 3.2.0

      If we advance a system clock of a jms client by 10 minutes, the results are placed on the server's queue but never arrive at the client, I guess this may be something to do with ping periods - any help would be appreciated - cheers

        • 1. Re: jboss 3.2.0 system clocks
          spyer

          Additional information

          I have read the faq and increased the time to live to one hour

          sender.setDeliveryMode(DeliveryMode.NON_PERSISTENT);
          sender.setTimeToLive(HOUR);

          there is no commit being called on the q sender as transactional jms is not required.