LibraryLink ToToggle FramesPrintFeedback

Basic Configuration

The basic requirements for configuring a poller endpoint are straightforward. You need to supply the following information:

All of this information is provided using attributes of the poller element.

All endpoints in the ESB need to have a unique identity. An endpoint's identity is made up of two pieces:

Table 2.1 describes the attributes used to identify a poller endpoint.


You specify the location the poller endpoint looks for new messages using the poller element's file attribute. This attribute takes a URI that identifies a location on the file system.

If you want the endpoint to poll a specific file you use the standard file:location URI. If you do not use the file prefix, the endpoint will assume the URI specifies a directory on the file system and will consume all valid XML files placed in the specified directory.

For example, the URI file:inbox tells the endpoint to poll for a file called inbox. The URI inbox instructs the endpoint to poll the directory inbox.

[Important]Important

Relative URIs are resolved from the directory in which the FUSE ESB container was started.

There are a number of attributes available for configuring the endpoint to which the generated messages are sent. The poller endpoint will determine the target endpoint in the following manner:

[Important]Important

If you specify values for more than one of the target attributes, the poller endpoint will use the most specific information.

Example 2.1 shows the configuration for a simple poller endpoint.