[jboss-user] [JBoss Messaging] - Re: DL(Q) Reason

genman do-not-reply at jboss.com
Mon Jul 30 21:15:44 EDT 2007


The DLQ support for MDB really is handled by the EJB container, and is not part of JBoss Messaging itself. There are several pluggable DLQ strategies, see:

http://docs.jboss.org/jbossas/javadoc/4.0.3SP1/connector/org/jboss/resource/adapter/jms/inflow/dlq/package-summary.html

It does seem that there is no way to look at the exception/cause of redelivery.

For MDB, you're actually not supposed to throw exceptions from onMessage(). So, by design you would never know the "cause." If you want to get fancy, track your failures some other way...



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

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4068965



More information about the jboss-user mailing list