Fuse IDE allows you to suspend the operation of a routing context from the JMX Explorer. Suspending a context gracefully shuts down all of the routes in the context, but keeps them loaded in memory so that they can be easily restarted.
If you want to kill all of the routes and free their resources, you should close the context. See Shutting down a routing context.
To suspend a routing context:
Select the routing context to suspend from the JMX Explorer tree.
Select
from the context menu.Note If
is not available, the context is already suspended.