How .net interface with JMS?

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
 
G

Guest

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
 
L

Lars-Inge Tønnessen

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top