To answer my own question, I can make the Queue start processsing messages again by restarting delivery to the MDB:
MDB=`twiddle.sh query "jboss.j2ee:service=EJB,plugin=invoker,binding=message-driven-bean,*"|grep MyQueue` | twiddle.sh invoke $MDB stopDelivery | twiddle.sh invoke $MDB startDelivery View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4148796#4148796 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4148796 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
