whitesox99
MIS
Hi,
I am a beginner and am trying to find out a way to read from MSMQ. I have an application that queues message on a MSMQ. Now I want to have another application that sould listen always on the queue and whenever a message arrives I am going to call some external Web Service passing on the data. As I work in Java/Oracle and this is a new requirement so trying to find out what is the best way to design this. Is there something that I can develop using VB.net or C# that basically listens on the queue and whenever a message arrives automatically picks it up and do further processing without any manuall intervention.
Using JMS I can have a Message Driven Bean for this but how can I do using MSMQ along with vb.net or C#.
Any help is appreciated.
Thanks
I am a beginner and am trying to find out a way to read from MSMQ. I have an application that queues message on a MSMQ. Now I want to have another application that sould listen always on the queue and whenever a message arrives I am going to call some external Web Service passing on the data. As I work in Java/Oracle and this is a new requirement so trying to find out what is the best way to design this. Is there something that I can develop using VB.net or C# that basically listens on the queue and whenever a message arrives automatically picks it up and do further processing without any manuall intervention.
Using JMS I can have a Message Driven Bean for this but how can I do using MSMQ along with vb.net or C#.
Any help is appreciated.
Thanks