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 behavior,
ideally via a mediator in the message flow.

Please note that the project expects similar behavior to be extended for
RabbitMQ as well.

Thanks,
Maheeka

On Fri, Feb 19, 2016 at 3:57 PM, Dinanjana Gunaratne <
dinanjanagunara...@gmail.com> wrote:

> 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, Dinanjana Gunaratne <
> dinanjanagunara...@gmail.com> wrote:
>
>> 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/DBReportMediator.java
>>>
>>> On Thu, Feb 18, 2016 at 5:43 AM, Shafreen Anfar 
>>> wrote:
>>>
 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.com> wrote:

> Dear Shafreen,
>
> I am a 3rd year computer engineering student from University of
> Peradeniya. I am currently engaged in internship. I know JMS. So i would
> like to contribute to this GSOC project. Let me know how can i start.
>



 --
 Regards,
 *Shafreen*
 Software Engineer
 WSO2 Inc
 Mobile : 077-556-395-1

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev


>>>
>>>
>>> --
>>> Vanjikumaran Sivajothy
>>> *Associate Technical Lead*
>>> *WSO2 Inc. http://wso2.com *
>>>  *+1-925-464-6816*
>>> [image: Facebook]  [image:
>>> Twitter]  [image: LinkedIn]
>>>  [image:
>>> Blogger]  [image: SlideShare]
>>> 
>>>
>>> This communication may contain privileged or other
>>> confidential information and is intended exclusively for the addressee/s.
>>> If you are not the intended recipient/s, or believe that you may
>>> have received this communication in error, please reply to the
>>> sender indicating that fact and delete the copy you received and in
>>> addition, you should not print, copy, re-transmit, disseminate, or
>>> otherwise use the information contained in this communication.
>>> Internet communications cannot be guaranteed to be timely, secure, error
>>> or virus-free. The sender does not accept liability for any errors
>>> or omissions
>>>
>>
>>
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


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, Dinanjana Gunaratne <
dinanjanagunara...@gmail.com> wrote:

> 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/DBReportMediator.java
>>
>> On Thu, Feb 18, 2016 at 5:43 AM, Shafreen Anfar 
>> wrote:
>>
>>> 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.com> wrote:
>>>
 Dear Shafreen,

 I am a 3rd year computer engineering student from University of
 Peradeniya. I am currently engaged in internship. I know JMS. So i would
 like to contribute to this GSOC project. Let me know how can i start.

>>>
>>>
>>>
>>> --
>>> Regards,
>>> *Shafreen*
>>> Software Engineer
>>> WSO2 Inc
>>> Mobile : 077-556-395-1
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> Vanjikumaran Sivajothy
>> *Associate Technical Lead*
>> *WSO2 Inc. http://wso2.com *
>>  *+1-925-464-6816*
>> [image: Facebook]  [image:
>> Twitter]  [image: LinkedIn]
>>  [image:
>> Blogger]  [image: SlideShare]
>> 
>>
>> This communication may contain privileged or other
>> confidential information and is intended exclusively for the addressee/s.
>> If you are not the intended recipient/s, or believe that you may
>> have received this communication in error, please reply to the
>> sender indicating that fact and delete the copy you received and in
>> addition, you should not print, copy, re-transmit, disseminate, or
>> otherwise use the information contained in this communication.
>> Internet communications cannot be guaranteed to be timely, secure, error
>> or virus-free. The sender does not accept liability for any errors
>> or omissions
>>
>
>
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


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/DBReportMediator.java
>
> On Thu, Feb 18, 2016 at 5:43 AM, Shafreen Anfar  wrote:
>
>> 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.com> wrote:
>>
>>> Dear Shafreen,
>>>
>>> I am a 3rd year computer engineering student from University of
>>> Peradeniya. I am currently engaged in internship. I know JMS. So i would
>>> like to contribute to this GSOC project. Let me know how can i start.
>>>
>>
>>
>>
>> --
>> Regards,
>> *Shafreen*
>> Software Engineer
>> WSO2 Inc
>> Mobile : 077-556-395-1
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> Vanjikumaran Sivajothy
> *Associate Technical Lead*
> *WSO2 Inc. http://wso2.com *
>  *+1-925-464-6816*
> [image: Facebook]  [image: Twitter]
>  [image: LinkedIn]
>  [image:
> Blogger]  [image: SlideShare]
> 
>
> This communication may contain privileged or other
> confidential information and is intended exclusively for the addressee/s.
> If you are not the intended recipient/s, or believe that you may
> have received this communication in error, please reply to the
> sender indicating that fact and delete the copy you received and in
> addition, you should not print, copy, re-transmit, disseminate, or
> otherwise use the information contained in this communication.
> Internet communications cannot be guaranteed to be timely, secure, error
> or virus-free. The sender does not accept liability for any errors
> or omissions
>
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


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 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.com> wrote:
>
>> Dear Shafreen,
>>
>> I am a 3rd year computer engineering student from University of
>> Peradeniya. I am currently engaged in internship. I know JMS. So i would
>> like to contribute to this GSOC project. Let me know how can i start.
>>
>
>
>
> --
> Regards,
> *Shafreen*
> Software Engineer
> WSO2 Inc
> Mobile : 077-556-395-1
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
Vanjikumaran Sivajothy
*Associate Technical Lead*
*WSO2 Inc. http://wso2.com *
 *+1-925-464-6816*
[image: Facebook]  [image: Twitter]
 [image: LinkedIn]
 [image:
Blogger]  [image: SlideShare]


This communication may contain privileged or other confidential information
and is intended exclusively for the addressee/s. If you are not the
intended recipient/s, or believe that you may have received this
communication in error, please reply to the sender indicating that fact and
delete the copy you received and in addition, you should not print,
copy, re-transmit, disseminate, or otherwise use the information contained
in this communication. Internet communications cannot be guaranteed to be
timely, secure, error or virus-free. The sender does not accept liability
for any errors or omissions
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


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.com> wrote:

> Dear Shafreen,
>
> I am a 3rd year computer engineering student from University of
> Peradeniya. I am currently engaged in internship. I know JMS. So i would
> like to contribute to this GSOC project. Let me know how can i start.
>



-- 
Regards,
*Shafreen*
Software Engineer
WSO2 Inc
Mobile : 077-556-395-1
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev