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
Post a Comment