On Thu, 24 Aug 2017 00:54:04 GMT Clebert Suconic wrote: > A session is supposed to be the contract of a thread. Aren't you using the > same season between producer and consumer and calling commit on both ends ?
The producer and consumers create separate sessions and they aren't shared. In my actual code they also run as separate processes. On the consumer side message handler threads share a session, but I guess that's correct, right? marko