You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Guillaume Nodet (JIRA)" <ji...@apache.org> on 2008/10/07 09:24:52 UTC

[jira] Updated: (SM-1576) Change endpoints lifecycle to use activate / start / stop / deactivate

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

Guillaume Nodet updated SM-1576:
--------------------------------

    Fix Version/s: servicemix-shared-2008.01

> Change endpoints lifecycle to use activate / start / stop / deactivate
> ----------------------------------------------------------------------
>
>                 Key: SM-1576
>                 URL: https://issues.apache.org/activemq/browse/SM-1576
>             Project: ServiceMix
>          Issue Type: Improvement
>          Components: servicemix-common
>            Reporter: Guillaume Nodet
>            Assignee: Guillaume Nodet
>             Fix For: 3.3, servicemix-shared-2008.01
>
>
> Change servicemix-common in the following way:
>    * refactor the existing start / stop method into init / shutdown (along with the doStart and doStop methods)
>    * add new start / stop methods with empty implementation in the Endpoint class
>    * use these new init / start / stop / shutdown lifecycle in the service unit
>    * implement start / stop for the polling endpoints
>    * implement start / stop for the jms consumer endpoint (it should start / stop the listener container)
>    * implement start / stop for the http consumer (a stopped endpoint should return an 503 Service Unavailable http status code)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.