Does Linux offers queuing application similar to MSMQ or IBM MQ, which
is open source (free also??)? Also, like MSMQ is very closely tied to
the OS in Win2K and higher versions (it is part of the operating
system), is there anything similar to that in Linux queuing?
We get data from several sources (applications) and PUT it on the
queue first. Since all the data exists on the queue now, we have a
C++/C# application, which GETs the data and inserts it into a
database. Can we achieve something similar, without having to change
the logic? In the .Net framework, it makes it much easier to interface
with the queue, and utilize all the queuing functionality from the C#
application. Please let me know, if the above can be achieved in Linux
too.
Help is appreciated
Thanks