Page History
Sequences can be created as named sequences and referred later from other parts of the ESB configuration. Some configurations expect sequences to be defined in the place they are used. We call this type of sequences "in-line sequences."
...
Follow the instructions below to add a new sequence in the ESB Management Console.
1. Sign In. Enter your user name and password to log on to the ESB Management Console.
...
- Click the Main tab in the Management Console.
...
- Under Manage -> Service Bus, click
...
- Sequences
...
- .
...
...
- In the Mediation Sequences dialog, click Add Sequence
...
- .
5. The "Design Sequence" page appears.
6. Specify the sequence name before adding mediators.
- In the Design Sequence dialog, enter a unique name for this sequence.
- Optionally, add the "On Error" sequence. You can select it from "Configuration Registry" or "Governance Registry."
...
- For more information, see in Working with the Registry.
...
- Click
...
- Add Child
...
- to add the first mediator to your sequence tree.
...
For more information on mediators, see Mediators.
...
- Click a mediator to edit its
...
- properties
...
- under the sequence tree
...
title | Tip |
---|
...
- , or if you are familiar with the Synapse configuration language
...
- and want to edit the XML directly
...
- , click
...
- Switch to source view.
...
Continue adding mediators as children at the root level or as children/siblings of an existing mediator.
For more information, see Adding a Mediator to a Sequence, Editing a Mediator, Adding a Child to Mediator, and Deleting a Mediator.
...
You can add
...
siblings
...
to
...
- Add Child
- Add Sibling
...
title | Tip |
---|
...
all mediators, while you can add a child only to some mediators (called "nodes")
...
.
...
- Add Child
...
Place the added mediators in the necessary order. To move a mediator up or down, select it and then click on the arrow icon displayed in the node menu.
...
For more information, see Editing a Mediation Sequence.
12. All added mediators will be displayed in the "Sequence" tree.
13. Add a description of the Sequence clicking on the "Sequence Description" area.
14. Enter the description into the text area.
15. Click "Save" to add a new sequence to the "Mediation Sequences" list.
You also can save a sequence using the "Save as" button.
Then you need to specify the registry where you will save the sequence:
- Governance Registry
- Configuration Registry
Read more in Working with the Registry.
...
title | Note |
---|
...
Optionally, click Sequence Description and add a description of this sequence.
Click Save to save the sequence as a Defined sequence in the Synapse configuration (default path is
/repository/synapse/sequences
)
...
16. A new sequence is added to the "Mediation Sequences" list.
...
title | Tip |
---|
...
, or click Save As to save the sequence as a Dynamic sequence in the registry. The sequence will appear on the appropriate tab in the Mediation Sequences dialog.
For more information, see Working with the Registry.
Excerpt | ||
---|---|---|
| ||
Instructions on how to add a mediation sequence in the ESB Management Console. |