Java Client: Import a realm's configuration information
This example demonstrates how to import a realm's cluster, joins, security, channels / queues, scheduling, interfaces / plugins, configuration information and JNDI assets from an XML file that was previously created by exporting a realm (see
Java Client: Export a realm to XML).
Usage
nimportrealmxml file_name
<Optional Arguments>
-all -realmacl -realmcfg -channels -durables -jndi -channelfilter=<filter>
-channelacls -queues -queuefilter=<filter> -queueacls -interfaces
-datagroups -datagroupfilter=<filter>
Note: -? provides help on environment variables
Application Source Code