Hi,
I have an MDB which, on receipt of a message, generates more messages and posts them out to another queue.
However, I am finding that I am reaching a JMS Connection limit (very quickly), which results in the locking of the jms framework, as it waits for 60 seconds to try and get a new connection.
I am using the Spring Framework JmsTemplate to do the sending. It is created once, and the .send method is called multiple times.
I am aware of the jms settings in the admin tool, which are currently set to 100 for number of connections and 60 for connection delay.
I have 2 questions:
1) Is SAP Netweaver not pooling the jms connections correctly from a ConnectionFactory?
2) What is the recommended value for the jms connection limit?
Thanks.
Andrew