you need inquire and put authority to the DLQ.
If the queue has a BOThreshold >0 and no backout queue has been configured, messages that are over the BOThresh get put to the DLQ with 2362. (Standa ...
I've got a queue - it's a "dead letter" queue. I've written a client that attempts to read messages off of this dead letter queue using QueueReceiver.receiveNoWait(). However ...