Interoperate - non-JMS clients
Berlin Brown <[email protected]>
| Newsgroups | gmane.comp.java.openjms.user |
|---|---|
| Message-ID | <[email protected]> |
I am working on a non-jms client that is written in Cpython and am trying to figure out how the messaging workings with JMS? For example if I wanted to send a simple message, like the Sender.java example how would I construct the message and then send it using tcp/ip sockets. Is it an XML message that gets sent out? Do I have to worry about JNDI?