Start of change

Message Flow editor

The Message Flow editor is the default editor provided by the Broker Application Development perspective for defining a graphical representation of a message flow in the workbench, and for setting properties for individual message flow nodes.

The editor is launched in the editor area of the workbench window when you open a message flow (.msgflow) file in the Resource Navigator view. The editor area is where you select built-in and user-defined nodes, and the connections between them, to define a message flow.

For information about changing the palette preferences in Message Brokers Toolkit Version 5.1, see Changing palette preferences.

Message Flow editor views

The Message Flow editor has the following views:

Resource Navigator view
The navigator view shows all the resources in your workspace, that is all message set resources and all message flow resources.
Editor view
The editor view shows the contents of the resource that is currently open. It also shows tabs for each of the resource that you have open so that you can quickly switch between them.
Outline view
The Outline view enables you to navigate to a particular node in a message flow and edit its properties.
Overview view
The Overview tab provides a useful summary for large, complex message flows because it shows a small-scale version of the flow.
In Message Brokers Toolkit Version 5.0 click the tab to show or hide the outline view.
In Message Brokers Toolkit Version 5.1 click the Overview Mode button in the Outline view to switch between Outline and Overview view.
Show overview
Tasks view
The tasks view displays the warning and error messages that are generated by the editor's validation when you save the message flow file. If you double click an error, the editor indicates where it is located (for example, if you have not set a mandatory property in a node, it opens the properties dialog for that node on the right page).

Message Flow editor toolbar

The icons in the toolbar and their actions are shown in the table below.

Icon Label Action
Version 5.0 Version 5.1

Show grid icon

Show grid icon
Show grid Displays a grid of horizontal and vertical dotted lines in the background of the editor area.

Snap to grid icon

Snap to grid icon
Snap to grid Snaps each node to the nearest grid line.

Grid properties icon

Grid properties icon
Grid properties Defines the horizontal and vertical spacing of the grid markers, and the gap between the borders of the editor area and the start of the grid markers.

Align left icon

Align left
Align left Lines up the left edge of the currently selected nodes. Enabled only when more than one node is selected.

Align center icon

Align center
Align center Lines up the horizontal center point (between left and right) of the currently selected nodes. Enabled only when more than one node is selected.

Align center icon

Align right
Align right Lines up the right edge of all the currently selected nodes. Enabled only when more than one node is selected.

Align top icon

Align top
Align top Lines up the top edge of the currently selected nodes. Enabled only when more than one node is selected.

Align middle icon

Align middle
Align middle Lines up the vertical center point (between top and bottom) of the currently selected nodes. Enabled only when more than one node is selected.

Align bottom icon

Align bottom
Align bottom Lines up the bottom edge of the currently selected nodes. Enabled only when more than one node is selected.

Show distribute box icon

Show distribute box icon
Show distribute box Displays a rectangular box around the currently selected nodes.

Distribute horizontally icon

Distribute horizontally icon
Distribute horizontally Aligns the currently selected nodes with the nearest right or left edge within the distribute box.

Distribute vertically icon

Distribute vertically icon
Distribute vertically Aligns the currently selected nodes with the nearest top or bottom edge within the distribute box.

Print icon

Print icon
Print Prints the contents of the editor area.
Related concepts
Message flows overview


End of change