We are using JBoss 3.2.2 in a production environment on a Dell server using MS-SQL as the JMS DB. The problem we run across occasionally is that a 'bad' JMS message object gets stuck in the queue. We notice that we have a 'bad' JMS object because the queue size starts building up. To fix the issue, we have to stop JBoss. Go into MS-SQL, clear the top message (or messages) in JMS_MESSAGES table for a particular queue and restart JBoss. The issue is 'fixed' when we notice that the JMS objects in the queue are being consumed.
The question is: Is there an easier way to delete a 'bad' message object from the JBoss queue without having to do the above steps? Thanks! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3870093#3870093 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3870093 ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
