[jboss-jira] [JBoss JIRA] Created: (JBMESSAGING-1686) Add more transactional options for the JCA adapter
Clebert Suconic (JIRA)
jira-events at lists.jboss.org
Thu Jul 16 11:31:29 EDT 2009
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: Clebert Suconic
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