JMS Template --> Configuration -->
Redelivery
Tasks Related Topics Attributes
Overview
This tab defines configuration redelivery attributes for a JMS template, which provides an efficient means of defining multiple destinations with similar attribute settings.
The configurable redelivery attributes for a JMS template are the same as those configured for a destination. However, if the destination that is using a JMS template specifies a message redelivery value for an attribute, that redelivery value is used.
Tasks
Creating a JMS Template
Related Topics
WebLogic JMS Fundamentals in Programming WebLogic JMS
Managing WebLogic JMS in Programming WebLogic JMS
Developing a WebLogic JMS Applicationin Programming WebLogic JMS
Attributes
Attribute Label
|
Description
|
Value Constraints
|
Redelivery Delay Override
|
The delay, in milliseconds, before rolled back or recovered messages are redelivered, regardless of the RedeliveryDelay specified by the consumer and/or connection factory. Redelivered queue messages are put back into their originating destination; redelivered topic messages are put back into their originating subscription. The default value (-1) specifies that the destination will not override the RedeliveryDelay setting. This attribute is dynamically configurable, but only incoming messages are impacted; stored messages are not impacted. Note: Changing the Redelivery Delay Override only affects future rollbacks and recovers, it does not affect rollbacks and recovers that have already occurred.MBean: weblogic.management.
configuration.
JMSTemplateMBeanAttribute: RedeliveryDelay
|