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
