I have created Dead letter queue for the default broker in my IS.
How can i create dead letter subscription for a particular publishable document type.
I have gone through the documentation, what they have mentioned is
use {hint: DeadLetterOnly=true} hint in filters.
to specify in filters, we need to create a trigger(with Broker docType & Subscribing service).
i.e we have clients(subscriber) to receive data.
but, deadletter subscription purpose is, it has to store the docType when there are no subscribers.