Skip to content

Commit e2099bd

Browse files
authored
Merge pull request #420 from mvdbeek/relay_docs
Fix relay docs
2 parents 2f57a74 + 3fc51a7 commit e2099bd

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/configure.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ Message Queue (pulsar-relay)
226226
-----------------------------
227227

228228
Pulsar can also communicate with Galaxy via an experimental **pulsar-relay** server,
229-
an HTTP-based message proxy. This mode is similar to the AMQP message queue mode but uses
229+
an HTTP-based message relay. This mode is similar to the AMQP message queue mode but uses
230230
HTTP long-polling instead of a message broker like RabbitMQ. This can help when:
231231

232232
* Galaxy cannot directly reach Pulsar (e.g., due to firewall restrictions)
@@ -238,14 +238,14 @@ Architecture
238238

239239
In this mode:
240240

241-
1. **Galaxy → Pulsar**: Galaxy posts control messages (job setup, status requests,
242-
kill commands) to the proxy via HTTP POST
243-
2. **Pulsar → Galaxy**: Pulsar polls the proxy via HTTP long-polling to receive
241+
1. **Galaxy → Relay**: Galaxy posts control messages (job setup, status requests,
242+
kill commands) to the relay via HTTP POST
243+
2. **Relay → Galaxy**: Pulsar polls the relay via HTTP long-polling to receive
244244
these messages
245-
3. **Pulsar → Galaxy**: Pulsar posts status updates to the proxy
246-
4. **GalaxyPulsar**: Galaxy polls the proxy to receive status updates
245+
3. **Pulsar → Relay**: Pulsar posts status updates to the relay
246+
4. **RelayGalaxy**: Galaxy polls the relay to receive status updates
247247
5. **File Transfers**: Pulsar transfers files directly to/from Galaxy via HTTP
248-
(not through the proxy)
248+
(not through the relay)
249249

250250
::
251251

0 commit comments

Comments
 (0)