
You can export and save the data for one or more JMS ConnectionFactory and JMS Destination objects into a descriptor XML file. For JMS ConnectionFactory the document type of the XML is defined by the jms-factories.dtd . For JMS Destination, the document type of the XML is defined by jms-destinations.dtd .
You can also import data from a file of this type to create ConnectionFactory or Destination object(s).
This function is available in the Runtime tab of JMS Connector Service in the Visual Administrator.
Exporting ConnectionFactory
To export the data for a single ConnectionFactory instance, select the entry in the Resources → Factories → <applicationName> tree and then choose Export this Factory to XML.
To export all ConnectionFactory objects assigned to an application, select the relevant application name in the Resources → Factoriestree and choose Export this Factory to XML.
Exporting Destination
To export the data about a single Destination object, select the entry in the Resources → Destinations → <applicationName> → <destinationName> tree and then choose Export this Factory to XML.
To export all Destination objects assigned to an application, select the relevant application name in the Resources → Destinations → <applicationName> tree and choose Export this Factory to XML.
Importing ConnectionFactory or Destination
To import the data from an XML file, choose Import Factory from XML on the toolbar and browse to the file you want to import.