From: Nigel Deakin <nigel.deakin_at_oracle.com>
Date: Thu, 12 Feb 2015 16:18:28 +0000
On 12/02/2015 16:01, Nigel Deakin wrote:
> On 22nd January, EG member Chris Harrow logged the following issue
Apologies for the careless typing, Chris *Barrow*...
Proposed changes to the class javadoc for Session:
--------------------------------------------------
Existing text:
Once a connection has been started, any session with one or more registered message listeners is dedicated to the thread
of control that delivers messages to it. It is erroneous for client code to use this session or any of its constituent
objects from another thread of control. The only exception to this rule is the use of the session or connection close
method.
Replacement text:
Once a connection has been started, any session with one or more registered message listeners is dedicated to the thread
of control that delivers messages to it. It is erroneous for client code to use this session or any of its constituent
objects from another thread of control. The only exception to this rule is the use of the session or message consumer
close method.