Tech Support > Microsoft Windows > Windows CRM > Post Callout?
Post Callout?
Posted by Jake Horn on August 12th, 2004


I am assuming that the best approach to building a post callout is the
create the COM+ DLL and pass everything to a .Net business logic DLL. I am
hoping this is possible since making a change to the actuall COM+ DLL is a
pain.

This the best approach?


Posted by Stephen Redmond on August 13th, 2004


The recommended method is, as you say, to make the COM dll as lightweight as
possible. One suggested method is to have the COM dll post messages onto a
queue (e.g. MSMQ) and then have a windows service pick up those messages and
process them - there is an example of this on MSDN.


Stephen

"Jake Horn" <jhorn_remove_@order4chaos_nospam.com> wrote in message
news:uBwQPiLgEHA.1656@TK2MSFTNGP09.phx.gbl...



Similar Posts