On 10/22/2015 10:44 AM, Jakub Scholz wrote: > Hi, > > Some of my tests which are using the Qpid JMS library started failing > with 0.7.0 snapshots. It looks like the main reason is that when a receiver > which was created on top of transacted session is closed using the close() > method, the Detach is not sent immediately but only when the underlying > session is closed. The version 0.6.0 didn't behave this way. > > I was wondering ... is this a known issue related to one of the "in > progress" JIRAs related to transactions? Or should I enter a new JIRA? (I > assume this is not the intended behavior) > > Thanks & Regards > JAkub > Could be related to work in progress, you are welcome to open an issue though so that it can be investigated. If the receiver had transactional work then it would remain open until the session closed, otherwise if should close down immediately.
-- Tim Bish Sr Software Engineer | RedHat Inc. [email protected] | www.redhat.com twitter: @tabish121 blog: http://timbish.blogspot.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
