[jboss-jira] [JBoss JIRA] Updated: (JBMESSAGING-1686) Add more transactional options for the JCA adapter
Tim Fox (JIRA)
jira-events at lists.jboss.org
Fri Aug 7 06:11:34 EDT 2009
[ https://jira.jboss.org/jira/browse/JBMESSAGING-1686?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tim Fox updated JBMESSAGING-1686:
---------------------------------
Fix Version/s: 2.0.0
(was: 2.0.0.beta5)
> Add more transactional options for the JCA adapter
> --------------------------------------------------
>
> Key: JBMESSAGING-1686
> URL: https://jira.jboss.org/jira/browse/JBMESSAGING-1686
> Project: JBoss Messaging
> Issue Type: Feature Request
> Reporter: Clebert Suconic
> Assignee: Andy Taylor
> Fix For: 2.0.0
>
>
> It should be possible to configure transactions for MDBs in a better fashion. Like receiving messages non-transactionally, or batching a number of transactions, even if this would mean non-compliant but activated by the user's choice.
> We already have:
> - Local Transaction
> - XA Transaction
> The options I'm thinking:
> We should add:
> - Batching transactions (commit on every X records... like most users do when processing a high number of messages outside the application server)
> - NonTransactional (messages being received non transactionally.. what should be good for Non Persistent Messages)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list