[jira] [Updated] (AMQNET-422) Added support for transactions for Asyncronous Listeners

2013-11-06 Thread Remo Gloor (JIRA)

 [ 
https://issues.apache.org/jira/browse/AMQNET-422?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Remo Gloor updated AMQNET-422:
--

Attachment: AddedSupportForAmbientTransactionForAsyncConsumers.patch
AddedSupportForAmbientTransactionForAsyncConsumers - 
When_AMQNET-413_IsFixed.patch

Updated for 1.6.1

 Added support for transactions for Asyncronous Listeners
 

 Key: AMQNET-422
 URL: https://issues.apache.org/jira/browse/AMQNET-422
 Project: ActiveMQ .Net
  Issue Type: New Feature
  Components: ActiveMQ
Reporter: Remo Gloor
Assignee: Jim Gomes
Priority: Minor
 Attachments: AddedSupportForAmbientTransactionForAsyncConsumers - 
 When_AMQNET-413_IsFixed.patch, 
 AddedSupportForAmbientTransactionForAsyncConsumers.patch, 
 AddedSupportForAmbientTransactionForAsyncConsumers.patch, 
 allDTCImprovments.patch


 Asyncronous Listeners do not support transactions properly. I suggest to add 
 the option to register a callback that can be used to create a transaction 
 for each message received by the asyncronous listener.
 e.g.
 ((MessageConsumer)consumer).CreateTransactionScopeForAsyncMessage = 
 this.CreateScope;
 private TransactionScope CreateScope()
 {
 return new TransactionScope(TransactionScopeOption.RequiresNew);
 }



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Updated] (AMQNET-422) Added support for transactions for Asyncronous Listeners

2013-05-20 Thread Timothy Bish (JIRA)

 [ 
https://issues.apache.org/jira/browse/AMQNET-422?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Timothy Bish updated AMQNET-422:


Priority: Minor  (was: Major)

 Added support for transactions for Asyncronous Listeners
 

 Key: AMQNET-422
 URL: https://issues.apache.org/jira/browse/AMQNET-422
 Project: ActiveMQ .Net
  Issue Type: New Feature
  Components: ActiveMQ
Reporter: Remo Gloor
Assignee: Jim Gomes
Priority: Minor
 Attachments: 
 AddedSupportForAmbientTransactionForAsyncConsumers.patch, 
 allDTCImprovments.patch


 Asyncronous Listeners do not support transactions properly. I suggest to add 
 the option to register a callback that can be used to create a transaction 
 for each message received by the asyncronous listener.
 e.g.
 ((MessageConsumer)consumer).CreateTransactionScopeForAsyncMessage = 
 this.CreateScope;
 private TransactionScope CreateScope()
 {
 return new TransactionScope(TransactionScopeOption.RequiresNew);
 }

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (AMQNET-422) Added support for transactions for Asyncronous Listeners

2013-03-11 Thread Remo Gloor (JIRA)

 [ 
https://issues.apache.org/jira/browse/AMQNET-422?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Remo Gloor updated AMQNET-422:
--

Attachment: allDTCImprovments.patch
AddedSupportForAmbientTransactionForAsyncConsumers.patch

 Added support for transactions for Asyncronous Listeners
 

 Key: AMQNET-422
 URL: https://issues.apache.org/jira/browse/AMQNET-422
 Project: ActiveMQ .Net
  Issue Type: New Feature
Reporter: Remo Gloor
Assignee: Jim Gomes
 Attachments: 
 AddedSupportForAmbientTransactionForAsyncConsumers.patch, 
 allDTCImprovments.patch


 Asyncronous Listeners do not support transactions properly. I suggest to add 
 the option to register a callback that can be used to create a transaction 
 for each message received by the asyncronous listener.
 e.g.
 ((MessageConsumer)consumer).CreateTransactionScopeForAsyncMessage = 
 this.CreateScope;
 private TransactionScope CreateScope()
 {
 return new TransactionScope(TransactionScopeOption.RequiresNew);
 }

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira