Is this possible? trying to look for examples that show a message being published by the server and having multiple clients subscribed to those messages
Is this possible? trying to look for examples that show a message being published
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Technically, you could probably build a message transport over WCF with the NetTcpBinding, but you really don’t want to. I wouldn’t want to try.
It would be very difficult to replicate transactional message sending, store-and-forward, and the receive once and only once semantics that is baked right in to MSMQ.