Chapter 28. Managing routing contexts
The JMX Navigator view lets you suspend and resume running routing contexts.
28.1. Suspending operation of a routing context
Overview
The tooling enables you to suspend the operation of a routing context in the JMX Navigator view. Suspending context operation gracefully shuts down all routes in the context, but keeps them loaded in memory, so that they can resume operation.
Procedure
To suspend operation of a routing context:
- In the JMX Navigator view, expand the project’s Camel Contexts node, and select the routing context whose operation you want to suspend.
Right-click the selected routing context to open the context menu, and then select Suspend Camel Context.
NoteIf Resume Camel Context appears on the context menu, operation of the context is already suspended.
28.2. Resuming operation of a routing context
Overview
The tooling lets you resume operation of a suspended routing context in the JMX Navigator view. Resuming operation of a context restarts all of the routes in it so that they can process messages.
Procedure
To resume operation of a routing context:
- In the JMX Navigator view, expand the project’s Camel Contexts node, and select the routing context whose operation you want to resume.
Right-click the selected context to open the context menu, and then select Resume Camel Context.
NoteIf Suspend Camel Context appears in the context menu, the context and its routes are running.