Application is using MSMQ services. But some remote workstations cannot have MSMQ TCP connection established properly with server. execute netstat -ano|findstr (msmq port), there is not TCP connection either in SYN-SENT or ESTABLISHED state from server to remote workstations.
But after restart MSMQ services in server and remote workstation, then TCP connection can be found and established.
Any suggestions?
Thank you