question

asper-9429 avatar image
0 Votes"
asper-9429 asked SamWu-MSFT commented

ABout asp msmq

asp 如何确认消息

windows-server-iis
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Hi @asper-9429

Please use English to describe your problem and please post details information about your question.

0 Votes 0 ·
asper-9429 avatar image
0 Votes"
asper-9429 answered

When you use MSMQMessage.send to send a message, how do you know if it is sent successfully (ASP)

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

SamWu-MSFT avatar image
0 Votes"
SamWu-MSFT answered SamWu-MSFT edited

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.


5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

asper-9429 avatar image
0 Votes"
asper-9429 answered SamWu-MSFT commented

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)

· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

@asper-9429 The link you posted could not be opened.

0 Votes 0 ·