1
1
[sender]
2
2
# Either 'STOMP' for STOMP message brokers or 'AMS' for Argo Messaging Service
3
- protocol: STOMP
3
+ protocol: AMS
4
4
5
5
[broker]
6
6
7
7
# The SSM will query a BDII to find brokers available. These details are for the
8
8
# EGI production broker network
9
- bdii: ldap://lcg-bdii.cern.ch:2170
10
- network: PROD
11
- # Alternatively, 'host' and 'port' may be set manually (with 'bdii' and
12
- # 'network' commented out). This option must be used for AMS.
13
- # host: msg-devel.argo.grnet.gr
14
- # port: 443
9
+ # bdii: ldap://lcg-bdii.cern.ch:2170
10
+ # network: PROD
11
+ # Alternatively, 'host' and 'port' can be set manually (with 'bdii' and
12
+ # 'network' commented out). The 'host' option MUST be used for AMS.
13
+ host: msg-devel.argo.grnet.gr
14
+ # host: msg.argo.grnet.gr
15
+ # port:
15
16
16
17
# broker authentication. If use_ssl is set, the certificates configured
17
18
# in the mandatory [certificates] section will be used.
@@ -23,7 +24,7 @@ key: /etc/grid-security/hostkey.pem
23
24
capath: /etc/grid-security/certificates
24
25
25
26
# If supplied, outgoing messages will be encrypted using this certificate.
26
- # May be used in addition to 'use_ssl'. If used, it must be the certificate of
27
+ # May be used in addition to 'use_ssl'. If used, it MUST be the certificate of
27
28
# the final server that's receiving your messages; not your own, nor the broker.
28
29
# server_cert: /etc/grid-security/servercert.pem
29
30
@@ -34,6 +35,9 @@ ams_project: accounting
34
35
# Queue to which SSM will send messages
35
36
destination: gLite-APEL
36
37
38
+ # Only use direct token auth with AMS if you've been provided with a token to use.
39
+ # token:
40
+
37
41
# Outgoing messages will be read and removed from this directory.
38
42
path: /var/spool/apel/outgoing
39
43
# If 'path_type' is set to 'dirq' (or if 'path_type' is omitted), the supplied
0 commit comments