Hi , We have a business requirement to create a multiple instance of same component and each instance should have different endpoints , one possible scenario is give below
1.) Implement my component ( can be a BC or a SE) 2.) Create a installer and deploy the component ( I think now my component is registered with NMR with a endpoint) 3.) Create a second instance of a component and register it with a different endpoint ( for external world it appears like two components ) My problem is how can i create /mange multiple instance of a single component and how to register separate endpoint for each of these instances , is there any Servicemix API or any workaround for this ? I tried with AdminCommandsService API but seems like it's doesn't supports for that extend. Thanks, Thushara
