public interface MessageQueuePolicy
Conflation can be enabled or disabled. If conflation is enabled, the queue may also be throttled. Throttling a queue causes a message limit to be imposed which restricts messages sent to the client.
Modifier and Type | Interface and Description |
---|---|
static class |
MessageQueuePolicy.ThrottlerType
Specifies a Throttler Type.
|
Modifier and Type | Method and Description |
---|---|
MessageQueuePolicy.ThrottlerType |
getThrottlerType() |
int |
getThrottlingLimit()
Returns the throttling limit.
|
boolean |
isConflated() |
boolean isConflated()
true
if conflation is enabled.MessageQueuePolicy.ThrottlerType getThrottlerType()
int getThrottlingLimit()
type
Copyright © 2016 Push Technology Ltd. All Rights Reserved.