The JMS Driver Factory is an internal class that is used by components like
the JMS Connector and the System Queue to create and return an appropriate
JMS Driver object providing access to the desired JMS Provider.
getDriver(String aClassName,
Hashtable aEnv)
Instantiates a new JMS driver from the class specified in aClassName and
initializes it with the environment parameters provided in aEnv.