Hi

I am using JBOSS jboss-4.0.0 and have implemented a MessageDrivenBean as a 
singleton which acts as a persistent in inbound message event queue. On 
occasions I need to restart the jboss container, and have queue content as yet 
un-processed. I would like to be able to use the JMX 
org.jboss.ejb.plugins.jms.JMSContainerInvoker startDelivery() method in the JMX 
GUI to kick off processing the backlogged of events prior upon jboss container 
restart. 

Can you advise how to cause the MessageDataBean to be deployed with 
DeliveryActive FALSE so that message consumption of back logged messages does 
not prematurely start during jboss re-start bean deployment, and so I can start 
the message consumption on my command thru the GUI with startDelivery.

Thanks in advance. Hope I have not missed this in FAQs and other jboss docs I 
have poured through.

Jim


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4009425#4009425

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4009425
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to