Ivan,
Startup and shutdown can be hard problems to tackle in this kind of
environment, where services come and go as SA get deployed and removed.
We should probably try to find a way to suspend message flows until all
SA have been started or something else to avoid this kind of problem
where a service starts sending messages to another one, that hasn't been
started yet (because that is what you are trying to do here, I
assume?). Could you submit a JIRA issue for this?
Regards,
Gert
ivan wrote:
Hi!
I faced following: service's installation can be suspended till needed
component (servicemix-bean etc) is installed.
Can I use this mechanism to set dependency to some other service, but
component? I mean, installation and starting some service
(service-unit) A will be suspended till some service (service-unit) B
is installed and started.
Thanks,
Ivan Pryvalov.