amazon-sqs-java-messaging-lib icon indicating copy to clipboard operation
amazon-sqs-java-messaging-lib copied to clipboard

Use specific types in return values

Open vpavic opened this issue 3 months ago • 0 comments

This commit improves several core components to use specific types provided by this library in return values, instead of jakarta.jms types. This minimizes the amount of casting needed when working with the library.

vpavic avatar Sep 10 '25 18:09 vpavic