Re: Re: Ubuntu and .NET
"Stuart Laughlin (Lists)" <[email protected]>
| Newsgroups | gmane.comp.windows.off-topic |
|---|---|
| Message-ID | <[email protected]> |
On Mon, May 3, 2010 at 10:31 AM, Greg <[email protected]> wrote: > > I just found out today the current "application" is written using 2 Windows Services in .NET 3.5, MSMQ and WWF. > > I plan to dig into mono a little more today. > > On Linux, is there a "MSMQ" and "WWF" component? Is this something that would be a part of mono? > There are myriad message queuing technologies / techniques in linux world. I've never really understood the point of Workflow Foundation, so I'm not much help there. Mono has at least partial implementations of the APIs for these technologies. Here's a starting point: http://www.mono-project.com/SystemMessaging http://www.mono-project.com/Workflow --Stuart