How to remove a message from a queue without retrieving the payload by dequeue mode?

Options
- REMOVE MESSAGE
- .REMOVE
- REMOVE_NODATA
- PROPAGATION


CORRECT ANSWER : REMOVE_NODATA

Discussion Board
REMOVE_NODATA

The dequeue mode REMOVE_NODATA can be used to remove a message from a queue without retrieving the payload. Use this mode to delete a message with a large payload whose content is irrelevant.

Prajakta Pandit 02-28-2017 12:37 AM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement