Skip to content

Commit

Permalink
Merge pull request #51 from saidone75/dev
Browse files Browse the repository at this point in the history
update README.md
  • Loading branch information
saidone75 authored May 23, 2024
2 parents a5c95a3 + 726ed3e commit 35c0122
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,10 @@ Placeholders for environment variables can be used, e.g.:
```
will look for ALF_USER and ALF_PASS environment variables if defined, otherwise the default value will be used.
Environment variables will win over the configuration files.

Lastly `cral.config/configure` is called and an Alfresco ticket is requested and then stored in `:alfresco :ticket`
section of the map. It can be retrieved with `(get-in @c/config [:alfresco :ticket])` (assuming that config has been
imported as `[weller.config :as c]`).
### Build and start a message pipe
The standard constructor `make-pipe` will create a pipe that receives ActiveMQ messages. Then at least one tap must be
connected using the function `add-filtered-tap` that takes a filter and a (processing) function as arguments (note that
Expand Down

0 comments on commit 35c0122

Please sign in to comment.