How .net interface with JMS?

  • Thread starter Thread starter Daniel Chen
  • Start date Start date
D

Daniel Chen

Guys,

I am working on a project that need the .net communicate with JMS(Java
Message Service), anyone got that experiences?

Any help is appreciate!!

Daniel
 
Daniel
If you are looking at interfacing with JMS directly in .NET, then I think you have to use some third party tool for communicating between Java and .NET. I have done similar work to what you are trying to achieve. There are various approaches that you can take. You can store data to file and have Java read that file and invoke JMS, etc

Tu-Thac

----- Daniel Chen wrote: ----

Guys

I am working on a project that need the .net communicate with JMS(Jav
Message Service), anyone got that experiences

Any help is appreciate!

Danie
 
You could use SOAP through sync RPC.
(remoting .net - [SOAP] - RMI - JMS)
 
Back
Top