asp 如何确认消息
asp 如何确认消息
Hi @asper-9429
Please use English to describe your problem and please post details information about your question.
hi,Do you still have ASP programmers in your company?for example:https://docs.microsoft.com/en-us/previous-versions/windows/desktop/msmq/ms707117(v=vs.85)
Hi @asper-9429
The sender, if he doesn't receive a MessageQueueException then he can consider that the message is sent successfully. If you really want to see in "real time" whether B received a message from A or not, you should rely on other communication technologies (direct TCP connection or something that wraps a TCP communication channel, such as .NET Remoting or WCF).
If the answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
When you use MSMQMessage.send to send a message, how do you know if it is sent successfully (ASP)
1 Person is following this question.