Interface Queue.UpdateStages.WithExpiredMessageMovedToDeadLetterQueue
-
- All Known Subinterfaces:
Queue.Update
- Enclosing interface:
- Queue.UpdateStages
public static interface Queue.UpdateStages.WithExpiredMessageMovedToDeadLetterQueueThe stage of the queue definition allowing to specify whether expired message can be moved to secondary dead-letter queue.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Queue.UpdatewithExpiredMessageMovedToDeadLetterQueue()Specifies that expired message must be moved to dead-letter queue.Queue.UpdatewithoutExpiredMessageMovedToDeadLetterQueue()Specifies that expired message should not be moved to dead-letter queue.
-
-
-
Method Detail
-
withExpiredMessageMovedToDeadLetterQueue
Queue.Update withExpiredMessageMovedToDeadLetterQueue()
Specifies that expired message must be moved to dead-letter queue.- Returns:
- the next stage of queue update
-
withoutExpiredMessageMovedToDeadLetterQueue
Queue.Update withoutExpiredMessageMovedToDeadLetterQueue()
Specifies that expired message should not be moved to dead-letter queue.- Returns:
- the next stage of queue update
-
-