[jboss-user] [JBoss Messaging] - Re: Message redelivery
timfox
do-not-reply at jboss.com
Tue Feb 27 04:44:53 EST 2007
"imaeses" wrote :
|
| Therefore, I ask again: is it possible in JBoss Messaging to configure the message redelivery delay?
|
|
In 1.2, yes, in 1.0.1, no.
Have a look at the destination and server peer mbean config.
Queue/Topic:
| <attribute access="read-write" getMethod="getRedeliveryDelay" setMethod="setRedeliveryDelay">
| <description>The delay before redelivering</description>
| <name>RedeliveryDelay</name>
| <type>long</type>
| </attribute>
|
ServerPeer
| <attribute access="read-write" getMethod="getDefaultRedeliveryDelay" setMethod="setDefaultRedeliveryDelay">
| <description>How long to wait before redelivery, can be overridden on the destination</description>
| <name>DefaultRedeliveryDelay</name>
| <type>long</type>
| </attribute>
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4022944#4022944
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4022944
More information about the jboss-user
mailing list