IBM Worklight v5.0.5 > Develop IBM Worklight applications > Develop the server side of an IBM Worklight application > The adapter XML FileThe root element of the JMS adapter XML file
The root element of the JMS adapter has the following structure:
<?xml version="1.0" encoding="UTF-8"?> <wl:adapter> name="adapter-name" authenticationRealm="realm" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wl="http://www.worklight.com/integration" xmlns:jms="http://www.worklight.com/integration/jms" xsi:schemaLocation="http://www.worklight.com/integration integration.xsd http://www.worklight.com/integration/jms jms.xsd"> … </wl:adapter>
Parent The adapter XML File