Hi Kevin - that sounds good as a nice simple solution - session per thread.
Kevin Burton <mailto:bur...@spinn3r.com>
11 June 2014 18:05
I need to acknowledge each message individually as they will take some
time
to process.
I was thinking of creating on connection, and then a session per thread.
Is this the right strategy? Is there significant session overhead?
The other strategy is to use individual ack but that will constrain our
portability and my code would need significant refactor to enable that.
Kevin