[jboss-dev-forums] [Design of JCA on JBoss] - Re: Feature request to implement redelivery delay
adrian@jboss.org
do-not-reply at jboss.com
Fri Jun 1 09:36:11 EDT 2007
"bill.burke at jboss.com" wrote : Its not a stupid idea. Stupid idea for it to be an MDB feature, yes, but an adapter and/or provider feature? No.
|
| The ESB is also receiving feature requests of timed delivery as well, i.e. I only want to deliver messages between 11pm-12am.
That's a different feature altogether. i.e. only activate delivery of the MDB between those times.
It's trivial to do with the old EJB2 MDB. You simply set
| <DeliveryActive>false</DeliveryActive>
|
in jboss.xml and then use a timer to invoke start/stopDelivery() on the MBean.
I don't believe the same feature exists with EJB3?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4050483#4050483
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4050483
More information about the jboss-dev-forums
mailing list