Este contenido no está disponible en el idioma seleccionado.
Chapter 26. Managing routing contexts
The JMX Navigator view lets you suspend and resume running routing contexts.
26.1. Suspending operation of a routing context Copiar enlaceEnlace copiado en el portapapeles!
Overview Copiar enlaceEnlace copiado en el portapapeles!
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 Copiar enlaceEnlace copiado en el portapapeles!
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.
26.2. Resuming operation of a routing context Copiar enlaceEnlace copiado en el portapapeles!
Overview Copiar enlaceEnlace copiado en el portapapeles!
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 Copiar enlaceEnlace copiado en el portapapeles!
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.