3 Replies Latest reply on Sep 19, 2006 4:04 PM by ncapito

    C++ and JMS

    ncapito

      What is the recommended way to send a JMS message on a linux operating system? I was also wondering the speed of the JMS Jboss implementation. I was using soap to contact a JBoss Webservice and was able to send 50/second. 50/second is no where close to what i would like to send at... I was hopefuly by using the JMS system it will improve my message rate. I guess a second question is on average what kind of performance can the JMS JbossMQ offer me?

        • 1. Re: C++ and JMS
          slaboure

          Concerning the WS part, you should post something in these dedicated forums to first get better performance using that method.

          • 2. Re: C++ and JMS
            ncapito

            I did. I posted a seperate topic on the JbossWS message board(Link is below) . I figured the JMS question post should go here.


            1) Is JMS quicker than WS calls
            2) Prefered way to interact in a Linux/C++/G++ environment....



            http://www.jboss.com/index.html?module=bb&op=viewtopic&t=90577

            • 3. Re: C++ and JMS
              ncapito

              I am very interested in some throughput numbers. It seems that i keep getting the run around. Can someone please tell me, or point me to some results, of testing that has been done. I am trying to architect a system and i need to know if JMS can handle 100,000+ messages a second. And if it can i need to know how beefy of a system i am going to need to pull it off.