[jboss-user] [Messaging, JMS & JBossMQ] - Re: Huge queue

kresho do-not-reply at jboss.com
Tue May 6 07:16:26 EDT 2008


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



More information about the jboss-user mailing list