SolaceProducts / solace-spring-boot

An umbrella project containing all Solace projects for Spring Boot
Apache License 2.0
25 stars 19 forks source link

Add documentation for using transacted sessions #7

Open shalinsurface opened 5 years ago

Nephery commented 4 years ago

The gist of this issue was that someone was trying to figure out how to enable transacted sessions.

The solution they found was to setSessionTransacted(true) on the container factory, but we're not sure if that's actually correct way to do this.


At this point, I'm not sure if this issue is actually relevant to our auto-config. Some investigation will need to be done to see if it is.