User: pra     
  Date: 01/09/27 06:32:05

  Modified:    src/etc/conf/default jms-service.xml
  Log:
  Added  ConnectionManagerProperties, mostly to show how the properties UserName, 
Password and SessionDefaultType are now possible to use.
  
  Revision  Changes    Path
  1.3       +5 -0      jboss/src/etc/conf/default/jms-service.xml
  
  Index: jms-service.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss/src/etc/conf/default/jms-service.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- jms-service.xml   2001/09/26 21:47:04     1.2
  +++ jms-service.xml   2001/09/27 13:32:05     1.3
  @@ -43,6 +43,11 @@
       <attribute name="RARDeployerName">JCA:service=RARDeployer</attribute>
       <attribute name="ResourceAdapterName">JMS Adapter</attribute>
       <attribute name="ConnectionManagerFactoryName">MinervaXACMFactory</attribute>
  +    <attribute name="ManagedConnectionFactoryProperties">
  +       SessionDefaultType=javax.jms.Topic
  +       #UserName=guest
  +       #Password=guest
  +     </attribute>
       <attribute name="ConnectionManagerProperties">
         # Pool type - uncomment to force, otherwise it is the default
         #PoolConfiguration=per-factory
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to