After reading the page (http://docs.particular.net/nservicebus/containers/child-containers) regarding support for child containers by NServiceBus 3, I was expecting that in Castle Windsor transient components in the parent container behave like singletons for the child container. However dependencies of those parent components from the child containers are instantiated every time.
Is there a way to achieve this behavior of parent container snapshots in Castle Windsor? In other words, transient for component in the container, singleton if resolved from a child container.