I am using activemq to implement the producer and consumer model. the producer simply dispatch jobs to queue and consumer do the hard job. How can I config the queue's max size? That is, if size of message not consumed exceed this value, then producer will be blocked(or faied with some exception in async send)
- how to set queue's max size? Li Li
- Re: how to set queue's max size? Christian Posta
