<?xml version="1.0" encoding="UTF-8"?>
<!--
<!DOCTYPE jrun-resources PUBLIC "-//Macromedia Inc.//DTD jrun-resources 4.0//EN" "http://jrun.macromedia.com/dtds/jrun-resources.dtd">
-->
<jrun-resources>
  <!-- ====================================================== -->
  <!-- This file contains configuration information for all   -->
  <!-- J2EE Resource Factories: JDBC, JMS, Mail, and URL.     -->
  <!-- Custom pools of objects can also be added here.        -->
  <!-- ====================================================== -->
  <!-- ============================================================================ -->
  <!-- These entries are an example of JMS destination configuration.               -->
  <!-- To specify a destination, include factory name  type and jndiName            -->
  <!-- ============================================================================ -->
  <jms-destination>
    <jndi-name>jms/queue/testQueue</jndi-name>
    <destination-name>testQueue</destination-name>
    <destination-type>javax.jms.Queue</destination-type>
  </jms-destination>
  <!-- ============================================================================ -->
  <!-- These entries are an example of JMS Connection Factory configuration.        -->
  <!-- To specify a connection factory, include factory name or type and transport  -->
  <!-- ============================================================================ -->
  <jms-connection-factory>
    <!-- jms provider factory name. Optional-->
    <factory-name>QueueConnectionFactory</factory-name>
    <!-- jndi name - name under wich this connection factory will be available -->
    <!-- to client in jndi. Required. -->
    <jndi-name>jms/jndi-QueueConnectionFactory</jndi-name>
    <!-- connection factory type (required ifno         -->
    <!-- can be one of the        			            -->
    <!-- following:                                     -->
    <!-- javax.jms.QueueConnectionFactory,              -->
    <!-- javax.jms.XAQueueConnectionFactory,            -->
    <!-- javax.jms.TopicConnectionFactory               -->
    <!-- javax.jms.XATopicConnectionFactory             -->
    <type>javax.jms.QueueConnectionFactory</type>
    <!-- jms transport (rmi, tcpip, rmiiiopi, intravm). -->
    <!-- Required if no factory name was specified.     -->
    <transport>RMI</transport>
    <!-- userName and password required if seamless authorization will be used       -->
    <!-- (can be specified and updated, upon application deployment via resorce-ref) -->
    <username>guest</username>
    <password>guest</password>
  </jms-connection-factory>
  <!-- MDB specifc connection factory - utilizes intra vm connection, cannot be used by remote client -->
  <jms-connection-factory>
    <!-- jms provider factory name. Optional-->
    <factory-name>MDBQueueConnectionFactory</factory-name>
    <!-- jndi name - name under wich this connection factory will be available -->
    <!-- to client in jndi. Required. -->
    <jndi-name>jms/jndi-MDBQueueConnectionFactory</jndi-name>
    <!-- connection factory type (required ifno         -->
    <!-- can be one of the        			            -->
    <!-- following:                                     -->
    <!-- javax.jms.QueueConnectionFactory,              -->
    <!-- javax.jms.XAQueueConnectionFactory,            -->
    <!-- javax.jms.TopicConnectionFactory               -->
    <!-- javax.jms.XATopicConnectionFactory             -->
    <type>javax.jms.QueueConnectionFactory</type>
    <!-- jms transport (rmi, tcpip, rmiiiopi, intravm). -->
    <!-- Required if no factory name was specified.     -->
    <transport>INTRAVM</transport>
    <!-- username and password required if seamless authorization will be used       -->
    <!-- (can be specified and updated, upon application deployment via resorce-ref) -->
    <username>guest</username>
    <password>guest</password>
  </jms-connection-factory>
		<data-source>
		  	<dbname>FSLibrary2</dbname>
		  	<driver>macromedia.jdbc.MacromediaDriver</driver>
		  	<url>jdbc:macromedia:sqlserver://FSEDAT02:1433;databaseName=FSLibrary;SelectMethod=direct;sendStringParametersAsUnicode=false;MaxPooledStatements=1000</url>
		  	<username>ColdFusion</username>
		  	<password>Wxre5aSEQzI=</password>
		  	<encrypted>true</encrypted>
		  	<encryption-class>jrun.security.JRunCrypterForTwofish</encryption-class>
		  	<native-results>true</native-results>
		  	<remove-on-exceptions>true</remove-on-exceptions>
		  	<pool-statements>false</pool-statements>
		  	<initial-connections>1</initial-connections>
		  	<connection-timeout>1200</connection-timeout>
		  	<transaction-timeout>20</transaction-timeout>
		  	<cache-enabled>false</cache-enabled>
		  	<cache-size>5</cache-size>
		  	<cache-refresh-interval>30</cache-refresh-interval>
		  	<jndi-name>breezeTest</jndi-name>
		  	<poolname>Pool</poolname>
		  	<minimum-size>0</minimum-size>
		  	<maximum-size>2147483647</maximum-size>
		  	<user-timeout>20</user-timeout>
		  	<skimmer-frequency>420</skimmer-frequency>
		  	<shrink-by>5</shrink-by>
		  	<maximum-soft>true</maximum-soft>
		  	<debugging>false</debugging>
		  	<disable-pooling>false</disable-pooling>
		  	<isolation-level>READ_UNCOMMITTED</isolation-level>
		  	<description/>
		</data-source>
  </jrun-resources>

