Windows Service polling IBM MQ Queue using XMS library

  • Thread starter Thread starter Bobby Biztalk
  • Start date Start date
B

Bobby Biztalk

Guest
Hello,

I am new to windows services programming, I am working on Windows <-> IBM MQ integration using XMS library.

I started working on a requirement where I need to poll messages from IBM MQ Asynchronously continuously. So I decide to approach the problem by creating windows service.. But i have some confusion with using IBM MQ Async listener in windows service. My questions are how should i keep my windows service active vs how Call back XMS listener works within windows service. Can someone provide me suggestions or sample code. .

Thank you!

Continue reading...
 
Back
Top