public static interface Queue.UpdateStages.WithExpressMessage
Modifier and Type | Method and Description |
---|---|
Queue.Update |
withExpressMessage()
Specifies that messages in this queue are express hence they can be cached in memory
for some time before storing it in messaging store.
|
Queue.Update |
withoutExpressMessage()
Specifies that messages in this queue are not express hence they should be cached in memory.
|
Queue.Update withExpressMessage()
Queue.Update withoutExpressMessage()
Copyright © 2019. All rights reserved.