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

Guillaume Nodet updated SM-532:
-------------------------------

    Fix Version/s:     (was: 3.1)
                   3.2

> Allow easier deployment of endpoints using servicemix-common by splitting 
> components from endpoints and put all endpoints together
> ----------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: SM-532
>                 URL: https://issues.apache.org/activemq/browse/SM-532
>             Project: ServiceMix
>          Issue Type: New Feature
>          Components: servicemix-core
>            Reporter: Guillaume Nodet
>             Fix For: 3.2
>
>
> We could have something like
>  <sm:container ..>
>     <sm:activationSpecs>
>       <sm:activationSpec>
>         <sm:component>
>           <http:component ... />
>         </sm:component>
>      </sm:activationSpec>
>       <sm:activationSpec>
>         <sm:component>
>           <jsr181:component ... />
>         </sm:component>
>      </sm:activationSpec>
>    </sm:activationSpecs>
>  
>    <sm:endpoints>
>      <http:endpoint .. />
>     <jsr181:endpoint ... />
>   </sm:endpoints>
> </sm:container>
> Usually components could be even ommitted when they do not require any 
> specific configuration.
> They could be created on demand somehow when an endpoint is activated.

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

Reply via email to