c++ messanging

L

lrnz

Hi All,

Is there a c++ implementation similar to JMS api ?
I'm looking for a publish/subscribe implementation
across the process boundaries in unix and may be
across the machines as well.. if there is a free
implementation i would like to try it out..

Appreciate your time/help..
lorenzo
 
J

Jeff Schwab

lrnz said:
Hi All,

Is there a c++ implementation similar to JMS api ?
I'm looking for a publish/subscribe implementation
across the process boundaries in unix and may be
across the machines as well.. if there is a free
implementation i would like to try it out..

Appreciate your time/help..
lorenzo

There's a commercial product called Irma. I haven't used it.
Tradtional, networked IPC in C++ usually depends on BSD-like sockets,
but I think XML/RPC is gaining popularity. Please feel free to write
your own open source messaging library, and let me know! :)

-Jeff
 

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

Members online

Forum statistics

Threads
474,157
Messages
2,570,879
Members
47,413
Latest member
KeiraLight

Latest Threads

Top