I followed Spring-boot article to define local activemq: https://spring.io/guides/gs/messaging-jms/
I would like to set the queue size(for X times). so when producer try to enqueue new times it will get expcetion in case the size is on it's limit
How could I define that?
thank you.