I need some design suggestions if any one could suggest one that would be great.
I implemented a WCF service that reads messages from a queue(MSMQ) on windows server and processes it further.Now I need to read the messages from another queue and process them seperately.I am confused to go with a new service or update the existing service which would do the both readings from different queues parallel.
I am thinking interms of performance which would be the best option to go ?