<?xml version="1.0" encoding="UTF-8"?>
<ajxp_plugin label="CONF_MESSAGE[MQ SQL]" description="CONF_MESSAGE[Store persistant and worker queues in database]" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
             xsi:noNamespaceSchemaLocation="file:../core.ajaxplorer/ajxp_registry.xsd" mixins="dibidriver_consumer">
    <class_definition classname="Pydio\Mq\Implementation\SqlMessageExchanger" filename="plugins/mq.sql/SqlMessageExchanger.php"/>
	<client_settings>
        <resources>
            <i18n namespace="sqlMessageExchanger" path="plugins/mq.sql/i18n" />
        </resources>
    </client_settings>
    <server_settings>
        <param description="CONF_MESSAGE[SQL Connexion Parameters]" label="CONF_MESSAGE[SQL Driver]" name="SQL_DRIVER"
                      type="group_switch:dibi" mandatory="true" default="core"/>
    </server_settings>
</ajxp_plugin>
