"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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...