Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Arquillian test for JMS XA #139

Open
blabno opened this issue Nov 29, 2013 · 2 comments
Open

Arquillian test for JMS XA #139

blabno opened this issue Nov 29, 2013 · 2 comments

Comments

@blabno
Copy link
Contributor

blabno commented Nov 29, 2013

Add integration test showing XA Datasource+JMS.

Scenario:
When user registers account then a record in DB must be created and email must be sent. Email must be send through JMS queue so in case the mail server is down we get redelivery and DLQ ultimately.

Test should show that if persisting to db fails (transaction gets rolled back) the message is not delivered via JMS.

@arun-gupta
Copy link
Contributor

Would you like to add this test ?

@blabno
Copy link
Contributor Author

blabno commented Nov 29, 2013

Sure, once I figure it out :)

blabno pushed a commit to blabno/javaee7-samples that referenced this issue Dec 4, 2013
arun-gupta added a commit that referenced this issue Dec 8, 2013
#139 Arquillian test for JMS XA
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants