I am using Spring and have 2 MQQueues. I need to check the maximum capacity using only JMS. In other words lets say someone configured 1 MQQueue to have maximum capacity of 4000 message, I need to be able to check that configuration.
Is it possible only using JMS or must I have direct access to MQQueues and use MQQueue java libraries?