JMS Maximum allowed messages in a queue/topic
Hi,
Is there a way to set a limit for a JMS Queue/Topic messages?
For example, if the limit is 100 messages in a queue and a client tries to put 101 messages, the last message will not be successfully written to the queue
and possibly an Exception is thrown to the client.
Thanks,
Ronen
1