Fuse 6 is no longer supported
As of February 2025, Red Hat Fuse 6 is no longer supported. If you are using Fuse 6, please upgrade to Red Hat build of Apache Camel.此内容没有您所选择的语言版本。
Chapter 26. Managing routing endpoints
The JMX Navigator view lets you add or delete routing endpoints.
These changes are not persistent across routing context restarts.
26.1. Adding a routing endpoint 复制链接链接已复制到粘贴板!
Overview 复制链接链接已复制到粘贴板!
When testing a new scenario, you might want to add a new endpoint to a routing context.
Procedure 复制链接链接已复制到粘贴板!
To add an endpoint to a routing context:
- In the JMX Navigator view, under the routing context node, select the Endpoints child to which you want to add an endpoint.
- Right-click the selected node to open the context menu, and then select Create Endpoint.
-
In the Create Endpoint dialog, enter a URL that defines the new endpoint, for example,
file://target/messages/validOrders
. - Click .
Right-click the routing context node, and select Refresh.
The new destination appears in the JMX Navigator view under the Endpoints node, in a folder that corresponds to the type of endpoint it is, for example, file.
26.2. Deleting a routing endpoint 复制链接链接已复制到粘贴板!
Overview 复制链接链接已复制到粘贴板!
When testing failover scenarios or other scenarios that involve handling failures, it is helpful to be able to remove an endpoint from a routing context.
Procedure 复制链接链接已复制到粘贴板!
To delete a routing endpoint:
- In the JMX Navigator view, select the endpoint you want delete.
Right-click the selected endpoint to open the context menu, and then select Delete Endpoint.
The tooling deletes the endpoint.
To remove the deleted endpoint from the view, right-click the Endpoints node, and select Refresh.
The endpoint disappears from the JMX Navigator view.
NoteTo remove the endpoint’s node from the Project Explorer view without rerunning the project, you need to explicitly delete it by right-clicking the node and selecting Delete. To remove it from view, refresh the project display.