10.24.0

EndpointProperties Class

EndpointProperties is used to specify the attributes of an endpoint resource when it is created on the appliance (explicitly or implicitly).

Definition

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.24.0
C#
[SerializableAttribute]
public class EndpointProperties : BaseProperties
Inheritance
Object    BaseProperties    EndpointProperties

Constructors

EndpointProperties Class constructor.

Properties

AccessType The access type determines the message delivery policies when more than one Flow is bound to the Endpoint. See EndpointPropertiesEndpointAccessType for the meaning of each access type. Applies only to durable endpoints of type IQueue. When null, the default value on the appliance is used (default: Exclusive).
Count Returns the count of properties.
(Inherited from BaseProperties)
DiscardBehavior Specifies the behavior of the appliance when a message cannot be added to an endpoint (for example, maximum quota exceeded). This property controls the action the appliance will perform towards the publisher.

When null, the default value of the appliance is used.

MaxMsgRedelivery Number of redelivery attempts before the endpoint move a message to the DMQ.
MaxMsgSize The maximum message size in bytes that can be spooled on this Endpoint. The default value is 10000000 bytes.
Permission Permissions that can be granted to users other than the owner of the Endpoint (all others). When null, the default value on the appliance is used (default: None).
Quota Sets the maximum spool quota in MB (1 MB = 1000000 bytes) for the Endpoint. When null, the default value on the appliance is used (4000 MB). The valid range is within [0 ...60000] MB.
RespectsMsgTTL The endpoint recognizes message Time-to-Live and removes messages that expire. - Default: false.

Methods

Clear Removes all properties.
(Inherited from BaseProperties)
Clone Creates a new object that is a deep copy of the current instance.
(Inherited from BaseProperties)
Equals Determines whether the specified Object is equal to the current Object.
(Inherited from BaseProperties)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCode Serves as a hash function for a particular type.
(Inherited from BaseProperties)
GetPropertyValue Gets the property value associated with the given key.
(Inherited from BaseProperties)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
RemoveProperty internal method to remove property from property map
(Inherited from BaseProperties)
SetCCSMPProperty Sets a property to be passed directly to CCSMP. Properties set in this manner will always override properties set using the shortcut properties, regardless of order.
(Inherited from BaseProperties)
SetPropertyValue Associates a property key with a property value.
(Inherited from BaseProperties)
SetReferencePropertyValue Associates a property key with a property value. The value will not be marked for serialization.
(Inherited from BaseProperties)
ToString Returns a string representation.
(Overrides ObjectToString)

See Also