0 Replies Latest reply on Jul 21, 2015 4:57 PM by andrewclarke

    HornetQ reprocessing messages

    andrewclarke

      I'm still using JBoss 6.1, which apparently includes HornetQ 2.2.5.Final.  I'm having a problem where JMS messages are being reprocessed.  For example, this morning I had one message reprocess ten times, each about a second apart.  There were no exceptions thrown, but it just kept reprocessing.

       

      I don't know what's causing this, and/so I haven't been able to reproduce it.  So far I've only observed it happening in production.  As far as I know, my hornetq-configuration.xml file is default, with the following:

       

         <address-settings>

            <!--default for catch all-->

            <address-setting match="#">

               <dead-letter-address>jms.queue.DLQ</dead-letter-address>

               <expiry-address>jms.queue.ExpiryQueue</expiry-address>

               <redelivery-delay>0</redelivery-delay>

               <max-size-bytes>10485760</max-size-bytes>      

               <message-counter-history-day-limit>10</message-counter-history-day-limit>

               <address-full-policy>BLOCK</address-full-policy>

            </address-setting>

         </address-settings>

       

      I can start messing with configuration files, but without really understanding what's causing this problem I'm hesitant to just start poking around in production.  If anyone can help me identify this problem, I'd really appreciate it.