I need to integrate an application written in C that runs on a linux server with an MSMQ Queue. Is anyone aware of a messaging product that runs on linux that will interoperate with MSMQ Something open source would be ideal but not mandatory. Any direction you could provide would be great!
Thanks
Jason

Integration with MSMQ
S.
There's IBM Websphere MQ which runs on linux (and any other platform for that matter)
here's how to integrate it with MSMQ
http://msdn.microsoft.com/library/default.asp url=/library/en-us/his_2004main/htm/mqb_msmq_mqseries_bridge_setup_and_configuration.asp
Arnon