################################################################################
# Required: broker configuration options
#

[broker]

# The SSM will query a BDII to find brokers available.  These details are for the
# EGI production broker network
#bdii: ldap://lcg-bdii.cern.ch:2170                                     <-- NOTE: THIS IS COMMENTED
#network: PROD                                                                          <-- NOTE: THIS IS COMMENTED
# OR (these details will only be used if the broker network settings aren't used)
host: dgas-broker.to.infn.it
port: 61613

# broker authentication.  If use_ssl is set, the certificates configured
# in the mandatory [certificates] section will be used.
use_ssl: false


################################################################################
# Required: Certificate configuration

[certificates]
certificate: /etc/grid-security/hostcert.pem
key: /etc/grid-security/hostkey.pem
capath: /etc/grid-security/certificates
# If this is supplied, outgoing messages will be encrypted
# using this certificate
#server_cert: /etc/grid-security/servercert.pem      <-- NOTE: THIS IS COMMENTED


################################################################################
# Messaging configuration.
#
[messaging]

# Queue to which SSM will send messages
destination: apel.test.input

# Outgoing messages will be read and removed from this directory.
path: /var/spool/faust/outgoing

[logging]
logfile: /var/log/apel/ssmsend-faust.log
# Available logging levels:
# DEBUG, INFO, WARN, ERROR, CRITICAL
level: INFO
console: true

-- AlessandroPaolini - 2014-07-02

Topic revision: r1 - 2014-07-02 - AlessandroPaolini
 
This site is powered by the TWiki collaboration platformCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback