Re: [Dev] [Architecture]Proposal 12: [ESB/GW] WSO2 ESB JMS Transactions support with JTA

2016-02-21 Thread Maheeka Jayasuriya
Hi Dinanjana, The idea is to write a mediator which will support creating transaction sessions that are allowed to be committed at a success scenario or rollback in case of a failure. The article you have shared has the basic behavior of a transaction use case. We need to be able to include this b

Re: [Dev] [Architecture]Proposal 12: [ESB/GW] WSO2 ESB JMS Transactions support with JTA

2016-02-19 Thread Dinanjana Gunaratne
Dear sir, Is this kind of an implementation are you looking for ? [1] . This is to get a rough idea about the project. Thank you in advance. [1 ]https://docs.oracle.com/cd/E11035_01/wls100/jms/trans.html On Fri, Feb 19, 2016 at 1:35 PM,

Re: [Dev] [Architecture]Proposal 12: [ESB/GW] WSO2 ESB JMS Transactions support with JTA

2016-02-19 Thread Dinanjana Gunaratne
Great i will look at it :) On Fri, Feb 19, 2016 at 1:37 AM, Vanjikumaran Sivajothy wrote: > There is JTA based transaction implementation done for DBReport and > DBLookup [1] > > [1] > https://github.com/wso2/wso2-synapse/blob/master/modules/core/src/main/java/org/apache/synapse/mediators/db/DBR

Re: [Dev] [Architecture]Proposal 12: [ESB/GW] WSO2 ESB JMS Transactions support with JTA

2016-02-18 Thread Vanjikumaran Sivajothy
There is JTA based transaction implementation done for DBReport and DBLookup [1] [1] https://github.com/wso2/wso2-synapse/blob/master/modules/core/src/main/java/org/apache/synapse/mediators/db/DBReportMediator.java On Thu, Feb 18, 2016 at 5:43 AM, Shafreen Anfar wrote: > Hi Dinanjana, > > You c

Re: [Dev] [Architecture]Proposal 12: [ESB/GW] WSO2 ESB JMS Transactions support with JTA

2016-02-18 Thread Shafreen Anfar
Hi Dinanjana, You can start with the samples in WSO2 documentation [1]. In addition to that it is better if you can read a bit about Java Transaction API as well. [1] https://docs.wso2.com/display/ESB490/JMS+Samples On Thu, Feb 18, 2016 at 7:09 AM, Dinanjana Gunaratne < dinanjanagunara...@gmail.