public static final class Endpoint.PROPERTIES
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ACCESSTYPE
Sets the access type for the endpoint.
|
static java.lang.String |
DISCARD_BEHAVIOR
When a message cannot be added to an endpoint (for example, maximum quota (
Endpoint.PROPERTIES.QUOTA_MB ) exceeded),
this property controls the action the appliance will perform towards the publisher. |
static java.lang.String |
MAXMSG_REDELIVERY
Defines how many message redelivery retries before discarding or moving the message to the DMQ.
|
static java.lang.String |
MAXMSG_SIZE
Maximum size (in bytes) for any one message stored in the endpoint.
|
static java.lang.String |
PERMISSION
Permissions that will be set when the Endpoint is created.
|
static java.lang.String |
QUOTA_MB
Maximum quota (in megabytes) for the endpoint.
|
static java.lang.String |
RESPECTS_MSG_TTL
The endpoint observes message Time-to-Live (TTL) values and can remove expired messages.
|
Constructor and Description |
---|
PROPERTIES() |
public static final java.lang.String PERMISSION
Default: as chosen by Solace Messaging Appliance.
Possible values in
SolEnum.EndpointPermission
public static final java.lang.String ACCESSTYPE
Default: as chosen by Solace Messaging Appliance.
Possible values in
SolEnum.EndpointAccessType
public static final java.lang.String QUOTA_MB
Default: as chosen by Solace Messaging Appliance.
Possible values: 1..800000
public static final java.lang.String MAXMSG_SIZE
Default: as chosen by Solace Messaging Appliance.
public static final java.lang.String RESPECTS_MSG_TTL
Default: DISABLE
Possible values in
SolEnum.BooleanValue
public static final java.lang.String DISCARD_BEHAVIOR
Endpoint.PROPERTIES.QUOTA_MB
) exceeded),
this property controls the action the appliance will perform towards the publisher.
Default: as chosen by the Solace Messaging Appliance.
Possible values in
SolEnum.EndpointDiscardBehavior
public static final java.lang.String MAXMSG_REDELIVERY
Default: 0 (retry forever)
Possible values: 0..255
Copyright 2004-2024 Solace Corporation. All rights reserved.