EndpointProperties Class

Solclient

EndpointProperties Class
version: 7.2.1.27
EndpointProperties is used to specify the attributes of an endpoint resource when it is created on the appliance (explicitly or implicitly).
Inheritance Hierarchy
SystemObject  SolaceSystems.Solclient.MessagingBaseProperties
    SolaceSystems.Solclient.MessagingEndpointProperties

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
Syntax
[SerializableAttribute]
public class EndpointProperties : BaseProperties
<SerializableAttribute>
Public Class EndpointProperties
	Inherits BaseProperties
[SerializableAttribute]
public ref class EndpointProperties : public BaseProperties

The EndpointProperties type exposes the following members.

Constructors
  NameDescription
Public methodEndpointProperties
Class constructor.
Top
Methods
  NameDescription
Public methodClear
Removes all properties.
(Inherited from BaseProperties.)
Public methodClone
Creates a new object that is a deep copy of the current instance.
(Inherited from BaseProperties.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from BaseProperties.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from BaseProperties.)
Protected methodGetPropertyValue
Gets the property value associated with the given key.
(Inherited from BaseProperties.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSetCCSMPProperty
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.)
Protected methodSetPropertyValue
Associates a property key with a property value.
(Inherited from BaseProperties.)
Public methodToString
Returns a string representation.
(Overrides ObjectToString.)
Top
Properties
  NameDescription
Public propertyAccessType
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).
Public propertyCount
Returns the count of properties.
(Inherited from BaseProperties.)
Public propertyDiscardBehavior
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.

Public propertyMaxMsgRedelivery
Number of redelivery attempts before the endpoint move a message to the DMQ.
Public propertyMaxMsgSize
The maximum message size in bytes that can be spooled on this Endpoint. The default value is 10000000 bytes.
Public propertyPermission
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).
Public propertyQuota
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.
Public propertyRespectsMsgTTL
The endpoint recognizes message Time-to-Live and removes messages that expire. - Default: false.
Top
See Also