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.
So please give me your suggestions...
Leave a Reply
Guest User
Not sure what solution is right for you?
Choose the right one for you.
Get the help of the experts and find a solution that best suits your needs.
golimipygy
Hi,
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.
So please give me your suggestions...