Implementation of a local JMS {@link Session}
A {@link LocalSession} is a {@link ClientSession} within the server.
Unlike a {@link ServerSession} that represents a remote client on the server,a {@link LocalSession} is a new client, that is not remote and hencelocal to the server, that lives in the server.
A {@link LocalSession} has an associated {@link ServerSession} and both sharethe same clientId, but have distinct sets of listeners, batching state, etc.
Obtain object managers from the session in order to access server resources. @author Gaston Dombiak
|
|