You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "Jacek Obarymski (JIRA)" <ji...@apache.org> on 2016/04/08 15:23:25 UTC

[jira] [Updated] (OPENEJB-2127) Jms consumers registered after test is started

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

Jacek Obarymski updated OPENEJB-2127:
-------------------------------------
    Description: 
Hi,
W use OpenEJB for integration testing (with use of the ApplicationComposer JUnit runner).
We've observed that sometimes JMS consumers are registered after test is started and the message is sent to destination 
If the test case involves JMS topic then the message is effectively lost and test fails. This happens occasionally on slower machines.
This is because the test is started before the app is fully deployed with all JMS consumers registered.

  was:
Hi,
W use OpenEJB for integration testing (with use of the ApplicationComposer JUnit runner).
We've observed that sometimes JMS consumers are registered after test is started and the message is sent to destination, e.g tes is started before the app is fully deployed with all JMS consumers registered. 
If the test case involves JMS topic then the message is effectively lost and test fails. This happens occasionally on slower machines.


> Jms consumers registered after test is started
> ----------------------------------------------
>
>                 Key: OPENEJB-2127
>                 URL: https://issues.apache.org/jira/browse/OPENEJB-2127
>             Project: OpenEJB
>          Issue Type: Bug
>          Components: tests
>            Reporter: Jacek Obarymski
>
> Hi,
> W use OpenEJB for integration testing (with use of the ApplicationComposer JUnit runner).
> We've observed that sometimes JMS consumers are registered after test is started and the message is sent to destination 
> If the test case involves JMS topic then the message is effectively lost and test fails. This happens occasionally on slower machines.
> This is because the test is started before the app is fully deployed with all JMS consumers registered.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)