You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: