Can any one suggest me code to write a message driven bean in C#.net to listen a MQ and process the same.
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.
XMS will be pretty similar to JMS. This is a “hello, world” example of a message listener in C# using XMS. Please include the reference IBM.XMS.dll from your websphere mq installation.
On my windows installation, 32bit, it was
This sample assumes a few hardcoded settings and have no error handling, but I think you get the idea.