Suspending a routing context

Overview

Fuse IDE enables you to suspend the operation of a routing context from 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 easily be resumed.

If you want to kill all of the routes and free their resources, close the context. See Shutting down a routing context.

Procedure

To suspend a routing context:

  1. In the JMX Explorer tree, select the routing context you want to suspend.

  2. Right-click it to open the context menu, and then select Suspend Camel Context.

    [Note]Note

    If Resume Camel Context appears on the context menu, the context is already suspended.

Related topics

Shutting down a routing context
Resuming a routing context