@@ -226,7 +226,7 @@ Message Queue (pulsar-relay)
226226-----------------------------
227227
228228Pulsar 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
230230HTTP 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
239239In 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. **Galaxy → Pulsar **: Galaxy polls the proxy to receive status updates
245+ 3. **Pulsar → Relay **: Pulsar posts status updates to the relay
246+ 4. **Relay → Galaxy **: Galaxy polls the relay to receive status updates
2472475. **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