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)

Reply via email to