LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Non-*NIX Forums > Programming
User Name
Password
Programming This forum is for all programming questions.
The question does not have to be directly related to Linux and any language is fair game.

Notices


Reply
  Search this Thread
Old 01-22-2009, 08:09 AM   #1
melbolt65
LQ Newbie
 
Registered: Jan 2009
Posts: 1

Rep: Reputation: 0
Question Linux version of MSMQ?


I was wondering if there is anything like MSMQ (Microsoft Message Queuing) for a Linux operating system?

If not, what is the typical practice for writing smart client applications (ones that can go disconnected for any given amount of time, all the while allowing a person to continue working (performing saves, etc) and then upon regaining its connection sending the queue of saves to the server to be saved.

MSMQ will allow me to do this on a windows machine by automatically handling the connection, queuing, sending, receiving of messages. Before MSMQ I used the Microsoft offline application block, which queued up items in a temporary cache file in windows isolated storage.

I was just wondering if there is a way developers do this on Linux without implementing their own little sub-system to do this type of thing or is that currently the only way to do something like this on a Linux machine?

I ask because I would like to develop an application like this on Linux but was not sure what the standard practice for this was.


thanks guys
 
Old 01-22-2009, 01:03 PM   #2
paulsm4
LQ Guru
 
Registered: Mar 2004
Distribution: SusE 8.2
Posts: 5,863
Blog Entries: 1

Rep: Reputation: Disabled
The short answer: there are a million ways to do it:

a) *nix e-mail is the canonical example of exactly what you're trying to do
b) MSMQ is a good technology but, like all things Microsoft, you have to deal with a million variant-APIs-du-jour, including the original DCOM/MSMQ, the later COM+/MSMQ, and the current WCF (nee "Indigo")/MSMQ integration.

Longer answer: here are a few alternatives worth considering:

a) ad hoc (*not* necessarily a bad idea - just append to a flat text file, for example)

b) leverage your existing e-mail infrastructure with a customized MDA:
http://www.linuxlinks.com/Software/I...ts/index.shtml

c) Roll your own, using MSMQ's current protocol:
http://msdn.microsoft.com/en-us/library/ms706979.aspx

d) buy a third party product

'Hope that helps .. PSM
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Regarding distribution + kernel version + gcc version + glib version. JCipriani Linux - General 8 04-19-2008 02:54 PM
windows services, MSMQ, WCF sachitha Programming 0 01-24-2007 07:11 AM
Windows Services and MSMQ sachitha Programming 0 01-02-2007 10:57 AM
who knows the kernel version of each version of linux iamthewind Linux - Software 4 11-17-2003 05:18 AM

LinuxQuestions.org > Forums > Non-*NIX Forums > Programming

All times are GMT -5. The time now is 12:15 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration