We did some load testing today and noticed some performance issues with the JmsComponent. Based on some research, it appears that Spring's SingleConnectionFactory might improve performance.

Do you think that the SingleConnectionFactory can improve overall JMS performance? If so, how can the JmsComponent be configured to use a SingleConnectionFactory?

Reply via email to