Posting is slow for messaging queue.
1. Execute the following command to see what SP_OPX_READRELEASE_INTERVAL is set to
sp_ctrl>list param all open
2. If it is set to a low value such as 1, set it to default of 100 or higher
sp_ctrl>set parameter SP_OPX_READRELEASE_INTERVAL 100
3. Restart post