Solclient
EndpointProperties Properties |
The EndpointProperties type exposes the following members.
Properties
Name | Description | |
---|---|---|
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.
|
See Also