I have a big problem in my PROD env. For some reason it looks like the broker goes down and the documents are store in the outbound doc store. But as soon as the broker goes down the servelog gives me this “Publishing delayed while outbound store is draining. Service: {0}”.
When broker is up again no documents are picked up from the outbound doc store. I need to delete this store and reboot IS. This is critical to my prod env.
Publishing delayed while outbound store is draining. Service: {0} only comes when the broker get connected back to IS. I suppose it means all your current publishes are delayed while your outbound store which had the messages stored while the broker started draining. You have to check the store config files.
Documents are sent to outbound store when Integration server is not able to connect to Broker… Is your IS connected to Broker? Do you see any connection error between IS and Broker in server.log file? Is your IS Admin page shows the Broker to be connected?
As others pointed, you have to open SI with SAG as this is happening in Prod. Keep us posted on your findings.