public class AccountLimits
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
long |
getMaxAckPending()
The maximum number of outstanding ACKs any consumer may configure.
|
long |
getMaxConsumers()
The maximum number of Consumers an account can create.
|
long |
getMaxMemory()
The maximum amount of Memory storage Stream Messages may consume.
|
long |
getMaxStorage()
The maximum amount of File storage Stream Messages may consume.
|
long |
getMaxStreams()
The maximum number of Streams an account can create.
|
long |
getMemoryMaxStreamBytes()
The maximum size any single memory stream may be.
|
long |
getStorageMaxStreamBytes()
The maximum size any single storage based stream may be.
|
boolean |
isMaxBytesRequired()
Indicates if streams created in this account requires the max_bytes property set.
|
public long getMaxMemory()
public long getMaxStorage()
public long getMaxStreams()
public long getMaxConsumers()
public long getMaxAckPending()
public long getMemoryMaxStreamBytes()
public long getStorageMaxStreamBytes()
public boolean isMaxBytesRequired()