Menu

#213 Actual max_queue_size is max_queue_size+1

general
open-fixed
General (90)
5
2005-10-23
2005-09-26
No

O.F Configurtion changes: the max_queue_size=5 ,
queue_overflow_strategy = 0 at the configuration file.
While openning producer and consumer on q1 and
enqueued 10 messages , instead of 5 messages 6
messages could dequeued.

After the O.F strategy changed to
queue_overflow_strategy = 1 ,the following exception
was shown which mean that the actual queue size is 6.
java.lang.IllegalStateException: Queue overflow queue
size = 6 queue name =q1

Discussion

  • Amir Shevat

    Amir Shevat - 2005-10-23

    Logged In: YES
    user_id=1038557

    fixed this , soon in the CVS and out in the next release

     
  • Amir Shevat

    Amir Shevat - 2005-10-23
    • status: open --> open-fixed
     

Log in to post a comment.