Please find attached a sample configuration file for Jakarta Commons
Messenger that has been tested against ArjunaMS 4.0.  

Kind regards,
        Thomas

____________________________________ 
Dr Thomas Rischbeck 
Messaging Solutions Architect
Arjuna Technologies Ltd 
Nanotechnology Centre - Herschel Building 
Newcastle Upon Tyne NE1 7RU 

Tel: +44 191 243 0673 
Fax: +44 191 243 0677 

<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE manager SYSTEM "messenger.dtd">

<!--
|| Sample configuration file for use with ArjunaMS 4.0.
||
  -->

<manager>
   <messenger name="topic" jndiDestinations="true">
      <jndi lookupName="ConnectionFactory" topic="true">
         <property>
            <name>java.naming.factory.initial</name>
            <value>com.arjuna.ams.client.naming.AMSInitialContextFactory</value>
         </property>
         <property>
            <name>java.naming.provider.url</name>
            <value>ams://server?tcp#plain://localhost:13000</value>
         </property>
      </jndi>
   </messenger>
   <messenger name="queue" jndiDestinations="true">
      <jndi lookupName="ConnectionFactory" topic="false" transacted="true" cacheProducers="false"
      persistentDelivery="true">
         <property>
            <name>java.naming.factory.initial</name>
            <value>com.arjuna.ams.client.naming.AMSInitialContextFactory</value>
         </property>
         <property>
            <name>java.naming.provider.url</name>
            <value>ams://server?tcp#plain://localhost:13000</value>
         </property>
      </jndi>
   </messenger>
</manager>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to