Config Examples: How to Configure a Poll in Mule 3

1) Drag the Poll icon from the Mule Palette onto the Canvas:


2) Double-click the Poll element to edit:


3) Here is an example of a Mule Poll element configured to poll every 12 hours (click to enlarge the image):


In this example the configuration is very simple:

Display Name: Poll
Fixed frequency scheduler
Frequency: 12
Time Unit: HOURS
Do not use watermark

Note: Don't configure sessionVars or expect to be able to use payload output from a Poll, outside the Poll, as these don't exit the Poll.

Comments