At very high level i would like to know apart from strings what (information) can i pass to Message Queues in C#.NET.
Simply to say that what are all things that can i can pass/send to a message queue by preparing a message.
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.
Like others said, you can put anything into a message queue that can be serialized. Here is an MSDN article that can help get you up to speed on the basics of serialization.