You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using - org.springframework.jms.connection.CachingConnectionFactory , and consumerCache is enabled by default.
we are setting concurrency of 3-10.
The problem is whenever there is scaling down of consumer because of less load the consumer connection is not getting notified to AMQ but locally the connection is closed . But if the number of consumers gets increased because of more load then AMQ is getting notified and connection is getting refreshed and number of consumers gets reflected properly in AMQ.