Skip to content

Commit bd0ad31

Browse files
authored
Merge pull request #23 from elasticio/MykytaDuniashev-patch-1
Update README.md
2 parents 0069f4d + e766f12 commit bd0ad31

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,17 @@ also use URL syntax to provide further parameters and any other options
4646
Will consume the incoming message object that contains `body` with the payload.
4747
If the exchange doesn't exist it will be created on start.
4848

49+
#### Please note: The flow must be set as real-time! Otherwise, errors may appear.
50+
51+
We recommend you set the lowest flow schedule (cron expression) frequency possible. E.g. once a day (0 0 * * *). And start the flow with the button ‘Run Now’ manually. Even though it does not affect the logic directly, each scheduled flow execution will create a record in the Executions list with no messages and no logs inside. All the logs and emitted messages will be appearing in the first execution.
52+
4953
#### Configuration Fields
5054
* **Exchange** - (string, required): Exchange name where you want to get messages
5155
* **Binding Keys** - (string, optional): Optionally you can use `#` or `*` to wildcard. For more information check the tutorial provided at the [RabbitMQ site](http://www.rabbitmq.com/tutorials/tutorial-five-javascript.html).
5256
* **Don't decrypt payload** - (checkbox, optional): If checked payload will be not decrypted
5357
* **Reconnect Timeout** - (string, optional, 5 by default, maximum 1000): In case of errors how long to wait until retry is seconds
5458
* **Reconnect Attempts** - (string, optional, 12 by default, maximum 1000): How many times try to reconnect before throw error
5559

56-
5760
## Actions
5861

5962
### Publish

0 commit comments

Comments
 (0)