How would I know the maximum number of messages a JMS Queue can hold?
Regards
Chaitanya
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can’t, based on the raw JMS API. Such functionality might be available in a particular vendor’s implementation via auxiliary classes or JMX. For instance, Apache ActiveMQ has numerous classes to assist in interacting with the broker, beyond the basic API.