Sabarinath Selvaraj [
https://community.jboss.org/people/sabarinathsss] created the
discussion
"Doubts while configuring JMS in JBOSS 7.1.1 Final."
To view the discussion, visit:
https://community.jboss.org/message/734423#734423
--------------------------------------------------------------
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
--------------------------------------------------------------
Reply to this message by going to Community
[
https://community.jboss.org/message/734423#734423]
Start a new discussion in JBoss Messaging at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]