c# - Should I create a COM or EXE for the app I'm executing as a trigger in MSMQ? -


i'm creating trigger in msmq every time web application adds msmq queue application gets executed. question should create com or exe app i'm executing trigger in msmq? i'm using c#.

is there different ways process these triggered responses? if there multiple items in queue triggers of triggers go off @ same time? potentially queued items start exe/com multiple times? or there way run 1 exe/com , hold triggered items in queue in c# code? processing 1 @ time.


Comments

Popular posts from this blog

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

linux - disk space limitation when creating war file -

How to provide Authorization & Authentication using Asp.net, C#? -