| This class acts as the hub of JMS provider usage, creating shared
JMS Connections and providing access to a pool of JMS Sessions.
A new JMS connection is created for each each port based
- however its likely that in practice the same JMS
provider will be specified for each port, and hence the connection
resources could be shared accross ports.
For the moment this class is realized as just a container for
static methods, but the intention is to support in future sharing
of JMS resources accross compatible ports.
author: Eoghan Glynn |