3 Replies Latest reply on May 5, 2005 6:00 PM by ovidiu.feodorov

    Messages being missed out in the new Implementation of jms

      Hi

      i am writing a performance benchmark for the jms test suite, observed that in case of producer/consumer not being in the same VM

      All the messages not reaching the consumer

      Here is the log from producer and consumer VM
      producer

      Apr 25 11:12:11- Sent msg: Msg#0
      Apr 25 11:12:11- Sent msg: Msg#1
      Apr 25 11:12:11- Sent msg: Msg#2
      Apr 25 11:12:11- Sent msg: Msg#3
      Apr 25 11:12:11- Sent msg: Msg#4
      Apr 25 11:12:11- Sent msg: Msg#5
      Apr 25 11:12:11- Sent msg: Msg#6
      Apr 25 11:12:11- Sent msg: Msg#7
      Apr 25 11:12:11- Sent msg: Msg#8
      Apr 25 11:12:11- Sent msg: Msg#9
      Apr 25 11:12:11- Send TimerHolder
      Apr 25 11:12:11- Sent msg: Msg#10
      Apr 25 11:12:11- Sent msg: Msg#11
      Apr 25 11:12:11- Sent msg: Msg#12
      Apr 25 11:12:11- Sent msg: Msg#13
      Apr 25 11:12:12- Sent msg: Msg#14
      Apr 25 11:12:12- Sent msg: Msg#15
      Apr 25 11:12:12- Sent msg: Msg#16
      Apr 25 11:12:12- Sent msg: Msg#17
      Apr 25 11:12:12- Sent msg: Msg#18
      Apr 25 11:12:12- Sent msg: Msg#19
      Apr 25 11:12:12- Send TimerHolder
      


      Consumer

      Apr 25 11:12:11- About to receive
      Apr 25 11:12:11- Received msg: Msg#1
      Apr 25 11:12:11- Received msg: Msg#2
      Apr 25 11:12:11- Received msg: Msg#3
      Apr 25 11:12:11- Received msg: Msg#4
      Apr 25 11:12:11- Received msg: Msg#5
      Apr 25 11:12:11- Received msg: Msg#6
      Apr 25 11:12:11- Received msg: Msg#7
      Apr 25 11:12:11- Received msg: Msg#9
      Apr 25 11:12:11- Received msg: Msg#10
      Apr 25 11:12:11- Received msg: Msg#12
      Apr 25 11:12:11- Send TimerHolder
      Apr 25 11:12:12- Received msg: Msg#16
      Apr 25 11:12:12- Received msg: Msg#17
      Apr 25 11:12:12- Received msg: Msg#18
      Apr 25 11:12:12- Received msg: Msg#19
      


      i have not done extensive testing but seems something is wrong