jmulford-bw / Java-V2-Messaging-SDK

0 stars 1 forks source link

Use async io / add async methods #13

Open fuchsnj opened 5 years ago

fuchsnj commented 5 years ago

This probably isn't needed for the first release, but it would be really nice to add asynchronous methods. High volume customers will currently need to manage their own threads to send messages fast enough and they will need hundreds of threads. Asynchronous methods will make this much easier for the customer, and use less system resources.