JBoss could copy over the original expiration time from your message as a different property before putting it in the DLQ. If you want the DLQ copied message to expire at the same time as the original, you could make a code change in the JBoss tree. I'm not sure that'd be what most users would expect or want.
Take a look at: server/src/main/org/jboss/ejb/plugins/jms/DLQHandler.java You can also provide the expiration time as part of the user message headers, which do get copied over to the DLQ message. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831685#3831685 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3831685 ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
