A policy used to customize exactly how you want the redelivery to work.

Namespace:  Apache.NMS.Policies
Assembly:  Apache.NMS (in Apache.NMS.dll)

Syntax

Visual Basic
Public Class RedeliveryPolicy _
	Implements IRedeliveryPolicy, ICloneable
C#
public class RedeliveryPolicy : IRedeliveryPolicy, 
	ICloneable
Visual C++
public ref class RedeliveryPolicy : IRedeliveryPolicy, 
	ICloneable
JavaScript
Apache.NMS.Policies.RedeliveryPolicy = function();

Type.createClass(
	'Apache.NMS.Policies.RedeliveryPolicy',
	null,
	Apache.NMS.IRedeliveryPolicy,
	ICloneable);

Inheritance Hierarchy

System..::..Object
  Apache.NMS.Policies..::..RedeliveryPolicy

See Also