added comment to help diagnose deployment errors in JCA containers

git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@381971 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
James Strachan 2006-03-01 09:57:12 +00:00
parent defd3eeee0
commit 32c7aeaf0e
1 changed files with 4 additions and 8 deletions

View File

@ -74,22 +74,17 @@
<config-property-name>Clientid</config-property-name> <config-property-name>Clientid</config-property-name>
<config-property-type>java.lang.String</config-property-type> <config-property-type>java.lang.String</config-property-type>
</config-property> </config-property>
<!--config-property>
<description>Boolean to configure if the connector should create an embedded broker.</description>
<config-property-name>UseEmbeddedBroker</config-property-name>
<config-property-type>java.lang.Boolean</config-property-type>
<config-property-value>false</config-property-value>
</config-property-->
<config-property> <config-property>
<description>Boolean to configure if outbound connections should reuse the inbound connection's session for sending messages.</description> <description>Boolean to configure if outbound connections should reuse the inbound connection's session for sending messages.</description>
<config-property-name>UseInboundSession</config-property-name> <config-property-name>UseInboundSession</config-property-name>
<config-property-type>java.lang.Boolean</config-property-type> <config-property-type>java.lang.Boolean</config-property-type>
<config-property-value>false</config-property-value> <config-property-value>false</config-property-value>
</config-property> </config-property>
<!-- NOTE disable the following property if you do not wish to deploy an embedded broker -->
<config-property> <config-property>
<description> <description>
Sets the XML configuration file used to configure the ActiveMQ broker via Sets the XML configuration file used to configure the embedded ActiveMQ broker via
Spring if using embedded mode. Spring if using embedded mode.
BrokerXmlConfig is the filename which is assumed to be on the classpath unless BrokerXmlConfig is the filename which is assumed to be on the classpath unless
@ -101,6 +96,7 @@
<config-property-type>java.lang.String</config-property-type> <config-property-type>java.lang.String</config-property-type>
<config-property-value>xbean:broker-config.xml</config-property-value> <config-property-value>xbean:broker-config.xml</config-property-value>
</config-property> </config-property>
<outbound-resourceadapter> <outbound-resourceadapter>
<connection-definition> <connection-definition>
<managedconnectionfactory-class>org.apache.activemq.ra.ActiveMQManagedConnectionFactory</managedconnectionfactory-class> <managedconnectionfactory-class>org.apache.activemq.ra.ActiveMQManagedConnectionFactory</managedconnectionfactory-class>