You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "Andy Gumbrecht (JIRA)" <ji...@apache.org> on 2012/11/15 15:40:11 UTC

[jira] [Created] (OPENEJB-1938) Embedded ActiveMQ broker startup and shutdown fails to observe configured timeout

Andy Gumbrecht created OPENEJB-1938:
---------------------------------------

             Summary: Embedded ActiveMQ broker startup and shutdown fails to observe configured timeout
                 Key: OPENEJB-1938
                 URL: https://issues.apache.org/jira/browse/OPENEJB-1938
             Project: OpenEJB
          Issue Type: Bug
          Components: container system
    Affects Versions: (not version related)
         Environment: All
            Reporter: Andy Gumbrecht
            Assignee: Andy Gumbrecht
             Fix For: 4.5.1


The org.apache.activemq.ra.ActiveMQResourceAdapter was starting in internal thread (of which we have no control) that continued after 5 seconds irrelevant of the broker status.

This meant that our own thread (that has a configurable timeout) was never actually waiting longer than 5 seconds for the broker to start.

Now that this issue is fixed in trunk it is up to us to manage the broker 'stop' call.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Resolved] (OPENEJB-1938) Embedded ActiveMQ broker startup and shutdown fails to observe configured timeout

Posted by "Andy Gumbrecht (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OPENEJB-1938?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andy Gumbrecht resolved OPENEJB-1938.
-------------------------------------

    Resolution: Fixed

Fixed in trunk
                
> Embedded ActiveMQ broker startup and shutdown fails to observe configured timeout
> ---------------------------------------------------------------------------------
>
>                 Key: OPENEJB-1938
>                 URL: https://issues.apache.org/jira/browse/OPENEJB-1938
>             Project: OpenEJB
>          Issue Type: Bug
>          Components: container system
>    Affects Versions: (not version related)
>         Environment: All
>            Reporter: Andy Gumbrecht
>            Assignee: Andy Gumbrecht
>             Fix For: 4.5.1
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> The org.apache.activemq.ra.ActiveMQResourceAdapter was starting in internal thread (of which we have no control) that continued after 5 seconds irrelevant of the broker status.
> This meant that our own thread (that has a configurable timeout) was never actually waiting longer than 5 seconds for the broker to start.
> Now that this issue is fixed in trunk it is up to us to manage the broker 'stop' call.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira