[jira] [Updated] (CAMEL-11519) Add the ability for CAMEL-RABBITMQ to support transactional consumers and producers

2018-02-20 Thread Gary Motts (JIRA)

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

Gary Motts updated CAMEL-11519:
---
Attachment: RabbitMQEndpoint.patch

> Add the ability for CAMEL-RABBITMQ to support transactional consumers and 
> producers
> ---
>
> Key: CAMEL-11519
> URL: https://issues.apache.org/jira/browse/CAMEL-11519
> Project: Camel
>  Issue Type: Improvement
>  Components: camel-rabbitmq
>Affects Versions: 2.19.1
>Reporter: Gary Motts
>Priority: Minor
>  Labels: rabbitmq
> Attachments: RabbitConsumer.patch, RabbitMQEndpoint.patch
>
>
> Recommend enhancing the camel-rabbitmq component to optionally support 
> transactional consumers and producers.  As a temporary work around to make 
> the consumer transactional, I added  this.channel.txSelect();  to line 57 
> (camel 2-19 branch) and this.channel.txCommit();  to line 133 and 
>  this.channel.txRollback();  to line 165 of the RabbitMQConsumer.  Recommend 
> adding an endpoint option to disable or enable TX per channel



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (CAMEL-11519) Add the ability for CAMEL-RABBITMQ to support transactional consumers and producers

2018-02-20 Thread Gary Motts (JIRA)

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

Gary Motts updated CAMEL-11519:
---
Attachment: RabbitConsumer.patch

> Add the ability for CAMEL-RABBITMQ to support transactional consumers and 
> producers
> ---
>
> Key: CAMEL-11519
> URL: https://issues.apache.org/jira/browse/CAMEL-11519
> Project: Camel
>  Issue Type: Improvement
>  Components: camel-rabbitmq
>Affects Versions: 2.19.1
>Reporter: Gary Motts
>Priority: Minor
>  Labels: rabbitmq
> Attachments: RabbitConsumer.patch, RabbitMQEndpoint.patch
>
>
> Recommend enhancing the camel-rabbitmq component to optionally support 
> transactional consumers and producers.  As a temporary work around to make 
> the consumer transactional, I added  this.channel.txSelect();  to line 57 
> (camel 2-19 branch) and this.channel.txCommit();  to line 133 and 
>  this.channel.txRollback();  to line 165 of the RabbitMQConsumer.  Recommend 
> adding an endpoint option to disable or enable TX per channel



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (CAMEL-11519) Add the ability for CAMEL-RABBITMQ to support transactional consumers and producers

2017-07-06 Thread Gary D Motts (JIRA)

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

Gary D Motts updated CAMEL-11519:
-
Summary: Add the ability for CAMEL-RABBITMQ to support transactional 
consumers and producers  (was: Add the ability for CAMEL-RABBITMQ to support 
transactional consumers and produers)

> Add the ability for CAMEL-RABBITMQ to support transactional consumers and 
> producers
> ---
>
> Key: CAMEL-11519
> URL: https://issues.apache.org/jira/browse/CAMEL-11519
> Project: Camel
>  Issue Type: Improvement
>  Components: camel-rabbitmq
>Affects Versions: 2.19.1
>Reporter: Gary D Motts
>Priority: Minor
>  Labels: rabbitmq
>
> Recommend enhancing the camel-rabbitmq component to optionally support 
> transactional consumers and producers.  As a temporary work around to make 
> the consumer transactional, I added  this.channel.txSelect();  to line 57 
> (camel 2-19 branch) and this.channel.txCommit();  to line 133 and 
>  this.channel.txRollback();  to line 165 of the RabbitMQConsumer.  Recommend 
> adding an endpoint option to disable or enable TX per channel



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)