Installation guide
104
Pramati Server 3.5 Administration Guide
</properties>
</jms-adapter>
</jms-adapters>
Sample configuration for the external JMS Adapter (HA) is shown below. The sample configuration
is valid only for an HA-Message Server cluster. jms2, jms1 are part of HA Message Server
configuration.
<jms-adapters>
<jms-adapter name="default" description="nodesc" interface-
class="com.pramati.jms.client.JMSProviderImpl">
<properties>
<property name="java.naming.factory.initial" value="com.pramati.nam-
ing.PramatiClientContextFactory"/>
<property name="java.naming.provider.url" value="rmi://
jms2:9191,rmi://jms1:9191"/>
</properties>
</jms-adapter>
</jms-adapters>
Note: For HA Message Server node or a Standalone Message Server node, the resource-config.xml should
not contain any JMS Adapters.