Chapter 9. Opening the Fuse Integration Perspective
Overview
The Fuse Integration perspective provides access to all of the debugging tooling. It contains all of the views used to monitor and debug Fuse integration projects including:
- Project ExplorerA standard Eclipse view that shows all of the projects known to the tooling. You can view and select the artifacts that make up each project.In Project Explorer, the debugging tooling displays all of the camel context files for a project under the project's Camel Contexts node. This makes it easy for you to find and open the context file of any route in a project.
- Fuse JMX NavigatorA customized JMX view that allows you to browse JMX servers and the processes they are monitoring. The Fuse JMX Navigator automatically lists all of the JMX servers running on the local machine. It also can identify instances of Red Hat processes.
- Diagram ViewDisplays a graphical tree representing the node selected in the Fuse JMX Navigator.When you select a process, server, endpoint, or other node in Fuse JMX Navigator, the graphical tree in Diagram View shows the selected node as the root and branches down to the children and grandchildren. For example, if you select a broker in Fuse JMX Navigator the tree in Diagram View displays up to three children: connections, topics, and queues. It also shows configured connections and destinations as grandchildren.When you select a route, the graphical tree includes all of the nodes in the route and the path that a message can take through it. If you select a context node, Diagram View shows all of the routes in the context.
- ShellShows the command console of a container. You can control the connected container by entering commands into the shell.
- Messages ViewDisplays the list of messages sitting in the node selected in Fuse JMX Navigator. This view is populated only when a JMS destination or route endpoint is selected.See Chapter 13, Browsing messages for more details.NoteRoute endpoints contain messages only when route tracing is activated. See Section 14.3, “Tracing messages through a route” for more information.
- ServersDisplays a list of the servers managed by the tooling. It displays their runtime status and provides controls for stopping and starting them.
- ConsoleDisplays the console output for recently executed actions.
- PropertiesThe Properties view displays the JMX properties for the node selected in Fuse JMX Navigator.
Opening the perspective
To open the Fabric Integration perspective, select , or click
in the Perspectives tab, and select .