2 Replies Latest reply on Oct 5, 2010 8:56 PM by bobufuller30004

    How do I know if messages are being dropped?

    bobufuller30004
      I have a queue setup something like this...

      <address-settings>
        <address-setting match="jms.queue.exampleQueue">           
          <max-size-bytes>100000</max-size-bytes>
          <address-full-policy>DROP</address-full-policy>  
        </address-setting>
      </address-settings>

      How do I know if messages are being dropped? Is there a counter I can review? Or perhaps something
      gets dumped to the logs?

      Thanks!