Hi I have some doubts while configuring JMS in JBOSS 7.1.1 Final.
In jboss-4.0.5.GA under this path "jboss-4.0.5.GA\server\default\deploy\jms" in mysql-jdbc2-service.xml we specify 'datasource' name like
<mbean code="org.jboss.mq.pm.jdbc2.PersistenceManager" name="jboss.mq:service=PersistenceManager">
<depends optional-attribute-name="ConnectionManager">jboss.jca:service=DataSourceBinding,name=jdbc/sampleDS</depends>
<attribute name="SqlProperties">
CREATE_TABLES_ON_STARTUP = TRUE
</attribute>
<!-- Uncomment to override the transaction timeout for recovery per queue/subscription, in seconds -->
<!--attribute name="RecoveryTimeout">0</attribute-->
<!-- The number of blobs to load at once during message recovery -->
<attribute name="RecoverMessagesChunk">1</attribute>
</mbean>
</server>
In JBOSS 7.1.1 Final where we need to specify this configuration?
ThanksAdvance