2 Replies Latest reply on Nov 20, 2012 12:02 AM by guangquanhao

    To improve the throughput of my use case!

    guangquanhao

      I build a up core bridge on two nodes which are connected with one 100Mb switch,and I send and consume messages on one of the nodes with JMS-Client.The sender and the consuer are on the same node but they are two different threads.Before the two threads invoke the start function,I remember the time,and after all the messages are received I remember the end time.I use the total of the messages divide the sub of the time,the max throughput is about 34Mb.I want to find the max throughput of the this use case.I build it with the hornetq-2.2.14.Final.Thank you!