How can I send a message to JMS from C++ (on a Unix box)?

How can I send a message to JMS from C++ (on a Unix box)?

I'm looking into a method for allowing a C++ program to start up an EJB to do some processing. I am sending 4 simple parameters (2 ints and 2 small strings).

It looks like JMS may be the way to go, but I can't seem to find a way to send a message to JMS from C++ (on a Unix box). Can you point me in the right direction?


    Requires Free Membership to View

    When you register, you'll begin receiving targeted emails from my team of award-winning writers. Our goal is to keep you informed on recent service-oriented architecture (SOA) and SOA-related topics such as integration, governance, Web services, Cloud and more.

    Hannah Smalltree, Editorial Director

    By submitting your registration information to SearchSOA.com you agree to receive email communications from TechTarget and TechTarget partners. We encourage you to read our Privacy Policy which contains important disclosures about how we collect and use your registration and other information. If you reside outside of the United States, by submitting this registration information you consent to having your personal data transferred to and processed in the United States. Your use of SearchSOA.com is governed by our Terms of Use. You may contact us at webmaster@TechTarget.com.

If you just want to send some simple parameters to an EJB, from a C++ application, then I'd rather suggest using a C++ CORBA ORB. JMS is targeted at Java applications, although there are JMS "add-ons" allowing C++ applications to send and receive JMS messages. But applying such a JMS/C++ solution to you problem might be like "shooting a bird with a cannon".

This was first published in December 2001