Get/or Set the IRedeliveryPolicy instance using the IConnectionFactory implementation
that is being used.
Namespace:
Apache.NMSAssembly: Apache.NMS (in Apache.NMS.dll)
Syntax
| Visual Basic |
|---|
Public Property RedeliveryPolicy As IRedeliveryPolicy Get Set |
| C# |
|---|
public IRedeliveryPolicy RedeliveryPolicy { get; set; } |
| Visual C++ |
|---|
public: virtual property IRedeliveryPolicy^ RedeliveryPolicy { IRedeliveryPolicy^ get () sealed; void set (IRedeliveryPolicy^ value) sealed; } |
| JavaScript |
|---|
function get_redeliveryPolicy(); function set_redeliveryPolicy(value); |