I am using message que to communicate between two processes ,The processes are threaded , I have already configured the max size but still while writing into que thread is getting blocked . I want to know that the limit on the que is for one que or for every que it will apply
For eg if max configuration is
Max number of message is :200
Then it will be divided between que's or it is different for every que For eg if i will implement two que A anb B
Then A+B=200 or A=200 anb B=200