1 Reply Latest reply on Sep 1, 2003 4:47 AM by adrian.brock

    Logging message expiry

    red_one

      On the off chance that a JMS message expires before it is sent to all subscribers, how do I log this? (to a file, stdout, whatever)

      Thanks.

        • 1. Re: Logging message expiry

          This information is only available as a TRACE message
          to log4j at the moment.

          Perhaps you can provide a patch where JBossMQ
          sends the info as a JMX notification?

          See org.jboss.mq.server.BasicQueue$ExpireMessageTask

          Regards,
          Adrian