[[ux_emir]]
   
EMIR support
------------

The EMI Registry (EMIR) is a new product developed in the
EMI project. It is a service registry and can be used from
different middlewares such as ARC. UNICORE/X supports
publishing service information to EMIR (in addition to
the usual UNICORE registries).

To enable publishing to EMIR, the UNICORE/X configuration file 
+CONF/uas.config+ needs to be adapted with the following entries.

----

# enable publishing to EMIR
emiregistry.publishing.enable=true

# set the publishing interval (seconds)
emiregistry.publishing.interval=120

# initialise EMIR publishing at server start
uas.onstartup.99=eu.emi.emir.unicore.PublishingOnStartup

# URL of the EMIR server
emiregistry.server.url=http(s)://<hostname>:<port>

----

