I understand that within the JMS, clients can both send and receive to one another, while there is a queue to receive messages.
I do not that an onbject of type QueueConnection an create a QueConnection,
as well as
Queconnection - ConnectionConsumer - ServerSessionPool - ServerSession.
- Is it possible to have clent programs sending point to point JMS
messages to a server program, in a different VM, without a JNDI
Context lookup to have a client reference to a QueConnectionFactory?
- How does one allocate a Session object to a ServerSession,
in order for a particular Runnable instance to be executed?
or is it intended that ServerSession is incomplete, and requires
further logic from the developer or a particular Application Server
Class?