Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor SingleConnectionFactory to use try-with-resource
Refactored SingleConnectionFactory in the spring-jms module to use try-with-resource for managing the JMS connection. This eliminates the necessity to explicitly close the connection, thereby enhancing code readability and exception handling.
- Loading branch information