views:

154

answers:

0

Hi I am creating a windows service which connects to 5 queues. The logic is it has only one handler for summary queue which get the message stating how many message should I be getting from rest of 4 queues.

Once message is received in summary I go and browse using queue browser and it works perfect only for one time next time it doesn't work. I have a while loop to check if nothing comes in message wait for 1 sec and the try for at least 30 sec still not luck. Anyone got idea?

Harwant