For auditing purposed for a certain queue you want to retain messages sent or received on conversations until the conversations have ended. Which method can you use?

For auditing purposed for a certain queue you want to retain messages sent or received on conversations until the conversations have ended. Which method can you use?


Answer: – CREATE QUEUE SalesAuditQueue WITH RETENTION=ON

(You can set the retention setting for a queue set using the RETENTION argument. By default, retention is turned off, so you have to explicitly turn it on.)