In GlassFish v2, the NetBean6.1 IDE generate this file automatically:
set/up/sun-resources.xml
| <?xml version="1.0" encoding="UTF-8"?>
| <!DOCTYPE resources PUBLIC "-//Sun Microsystems, Inc.//DTD Application Server
9.0 Resource Definitions //EN"
"http://www.sun.com/software/appserver/dtds/sun-resources_1_3.dtd">
| <resources>
| <admin-object-resource enabled="true"
jndi-name="jms/NewMessage" object-type="user"
res-adapter="jmsra" res-type="javax.jms.Queue">
| <description/>
| <property name="Name" value="PhysicalQueue"/>
| </admin-object-resource>
| <connector-resource enabled="true"
jndi-name="jms/NewMessageFactory" object-type="user"
pool-name="jms/NewMessageFactoryPool">
| <description/>
| </connector-resource>
| <connector-connection-pool associate-with-thread="false"
connection-creation-retry-attempts="0"
connection-creation-retry-interval-in-seconds="10"
connection-definition-name="javax.jms.QueueConnectionFactory"
connection-leak-reclaim="false" connection-leak-timeout-in-seconds="0"
fail-all-connections="false" idle-timeout-in-seconds="300"
is-connection-validation-required="false"
lazy-connection-association="false" lazy-connection-enlistment="false"
match-connections="true" max-connection-usage-count="0"
max-pool-size="32" max-wait-time-in-millis="60000"
name="jms/NewMessageFactoryPool" pool-resize-quantity="2"
resource-adapter-name="jmsra" steady-pool-size="8"
validate-atmost-once-period-in-seconds="0"/>
| </resources>
Just wondering where to have similar file and place we can have this in JBoss5.0.0
Thanks,
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4187811#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...