Skip to content

Commit 067e009

Browse files
committed
Update connection sample and docs
1 parent b58134e commit 067e009

File tree

2 files changed

+4
-12
lines changed

2 files changed

+4
-12
lines changed

README.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,7 @@ record into a AMQP-based message bus.
1010
Configuration
1111
-------------
1212

13-
The DetailedCollector needs the a configuration in order to connect to the AMQP message bus.
14-
15-
[AMQP]
16-
17-
# Host information
18-
url = amqps://username:[email protected]
19-
20-
# Exchange to write to
21-
exchange = xrd.detailed
13+
The DetailedCollector needs the a configuration in order to connect to the MQ message bus, please check connection.sample.conf file in this repository.
2214

2315
This file is named `connection.conf` and should be in the Collectors directory or deployed with docker volumes, as shown below.
2416

connection.sample.conf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ push_queue = xrd.push
3636
[STOMP]
3737

3838
# Host information
39-
url = agileinf-mb.cern.ch
40-
port = 61213
39+
url = mb.cern.ch
40+
port = port
4141

4242
# User information
4343
username = username
@@ -47,4 +47,4 @@ password = password
4747
topic = /topic/xrootd.transfer
4848

4949
# Queue to subscribe for XrootD UDP messages
50-
UDPQueue = /queue/monitprod.xrootd.shoveler
50+
UDPQueue = /queue/monitprod.xrootd.shoveler

0 commit comments

Comments
 (0)