mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
10 lines
405 B
Plaintext
10 lines
405 B
Plaintext
<bg=yellow;fg=black> </>
|
|
<bg=yellow;fg=black> Using STOMP in Enqueue </>
|
|
<bg=yellow;fg=black> </>
|
|
|
|
* Configure <comment>ENQUEUE_DSN=stomp://example.com:1000?login=theLogin</comment>
|
|
in your <comment>.env</comment> file.
|
|
|
|
* For the full options, see
|
|
<comment>https://github.com/php-enqueue/enqueue-dev/blob/master/docs/transport/stomp.md</comment>
|