Documents that are queued up in the Broker

Hello,

I have a scenario where the documents are queued up in the Broker. I see the number of Documents Queued for a client.

1) Why do the documents get Queued up when there is a subscriber waiting for them

2) Is there a way to retrieve these documents or forcefully push them to the subscriber?

Thanks,

Check the logs to see if the subscriber is getting document and failing to process it. In this case, the doc is nack’d and the Broker doesn’t delete it–and the subscriber keeps processing and failing the same document over and over.

Reamon,

Can you please tell me which log I need to look at?

Thanks

Error log. Or maybe server log.