Este conteúdo não está disponível no idioma selecionado.
7.2. Running routes as a local Camel context
Overview Copiar o linkLink copiado para a área de transferência!
Copiar o linkLink copiado para a área de transferência!
The simplest way to run an Apache Camel route is as a . This method enables you to launch the route directly from Project Explorer's context menu. When you run a route from the context menu, the tooling automatically creates a runtime profile for you. You can also create a custom runtime profile for running your route.
Your route runs as if it were invoked directly from the command line and uses Apache Camel's embedded Spring container. You can configure a number of the runtime parameters by editing the runtime profile.
Procedure Copiar o linkLink copiado para a área de transferência!
Copiar o linkLink copiado para a área de transferência!
To run a route as a local Camel context:
- In Project Explorer, select a routing context file.
- Right-click it to open the context menu, and then select
. NoteSelecting directs the Red Hat JBoss Fuse Tooling to run the project without performing validation tests, which may be faster.
Result Copiar o linkLink copiado para a área de transferência!
Copiar o linkLink copiado para a área de transferência!
The Console view displays the output generated from running the route.
Related topics Copiar o linkLink copiado para a área de transferência!
Copiar o linkLink copiado para a área de transferência!
| Section 7.3.1, “Editing a Local Camel Context runtime profile” |