Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Zocalo site configuration for workflows

Workflows includes plugins to support Zocalo site configuration.

Stomp (aka. StompTransport)

The minimal configuration block to initialise the StompTransport class with defaults is:

my-stomp-config-block:
    plugin: stomp         # required field to select the stomp configuration plugin
    host: hostname        # IP address, hostname, or FQDN
    port: 61613
    username: username
    password: password1
    prefix: zocalo        # also known as: namespace

You then need to load this plugin configuration in an environment, as described in the Zocalo documentation.