The JMS XML Input adapter obtains XML list string messages from a JMS server and
        publishes them to Event Stream Processor. The JMS XML Output adapter takes
        XML data from Event Stream Processor, formats it to XML list format, and
        sends it to a JMS server. 
These adapters can run in managed or unmanaged mode.
Managed external adapters:
- Are started and stopped by the ESP Server with
					an ESP project.
 
- Have a cnxml adapter configuration file that is configured within the
						ESP Studio.
 
- Are referenced in a CCL ATTACH ADAPTER statement.
 
 
Unmanaged external adapters:
- Start and stop independently of the ESP Server
					and ESP projects.
 
- Are configured independently.
 
- Are not referenced in a CCL ATTACH ADAPTER statement.