Heterogeneous Messaging Libraries

  • Thread starter Thread starter David Elliott
  • Start date Start date
D

David Elliott

I know this is slightly off topic. The MSMQ groups looked unused.

I am looking for some messaging libraries that can be used in a heterogeneous
environment. We are expanding our MS .NET distributed application to take
advantage of some 3rd party tools on the Unix platform. In doing so, I will have
to use something other than MSMQ to provide communication.

I was wondering what other libraries existed before I attempt to write one myself.

Any thoughts are appreciated.

Thanks,
Dave
 
Hi David,

So far our messaging system on windows platform is MSMQ.
If you wants to integrate with other platform, you may try to ues the
MQ-Series of IBM with the MSMQ, which needs BizTalk or Host Integration
Server.

Microsoft BizTalk Adapter for MQSeries White Paper
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnbiz2k2/ht
ml/bts_accmqseries.asp

Microsoft Host Integration Server 2000 Product Overview
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnhis/html/
his_hiserver2000.asp

Enterprise Interoperability: .NET and J2EE
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnbda/html/
dotnetinteroperability.asp

Best regards,

Peter Huang
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
 
Back
Top