Click here to Skip to main content
15,886,002 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have a scenario where I have to insert records in MSMQ from one application and after some interval retrieve from MSMQ and insert into DataBase(DB) by another application (like .exe file or any service).

I have executable file which reads and insert all records from MSMQ to DB which repeats the process after some time interval like scheduler.

MSMQ have triggers to invoke ".exe" file on some rules which satisfies my one condition, but these triggers have limited rule sets which checks label, body, id, etc..

As I mentioned I want a way to schedule a MSMQ trigger. Is there any way to scheduled MSMQ trigger in .net windows application?
Posted

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900