Gets or sets the "deliveryMode" property.
A null is returned if the property is not set.
Namespace:
Kaazing.AMQP
Assembly:
Kaazing.AMQP (in Kaazing.AMQP.dll)
Syntax
Field Value
The value of the property "deliveryMode".
Tha value cannot be null and it should be either 1(for non-persistent)
or 2(for persistent). If a null value is passed
in, it indicates that the property is not set. null value can be
passed to remove the property once it is set.
Exceptions
Exception | Condition |
---|
System..::..ArgumentException |
Thrown when value is invalid value i.e. value is not
either 1(for non-persistent) or 2(for persistent)
|
See Also