-
-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when connecting to the rabbitmq queue #97
Labels
bug
Something isn't working
Comments
Hello! Could you show your |
version: '3'
rpc:
listen: 'tcp://127.0.0.1:6001'
amqp:
addr: amqp://admin:***@127.0.0.1:5672
jobs:
pool:
num_workers: 2
max_worker_memory: 100
consume: { }
server:
command: 'php app.php'
relay: pipes
|
Could you provide RR version? Maybe do you have some |
[INFO] RoadRunner server started; version: 2023.3.3, buildtime: 2023-10-26T18:43:18+0000 I did not add "var_dump" to the project, I added edits only to the files: .rr.yaml, queue.php, .env |
realization
pushed a commit
to realization/jobs
that referenced
this issue
Apr 13, 2024
realization
pushed a commit
to realization/jobs
that referenced
this issue
Apr 13, 2024
realization
pushed a commit
to realization/jobs
that referenced
this issue
Apr 13, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Error when connecting to the rabbitmq queue:
How To Reproduce
I created a CLI application with the "queue" & "road-runner" component.
I decided to connect the rabbitmq queue (to exchange.type=topic).
in the file
app/config/queue.php
added the
my_amqp
array with queue settings topipelines
added
rr-amqp
toconnections
.example: code.tar.gz
Launched
./rr serve
I see in the logs
logs.tar.gz
Additional Info
The text was updated successfully, but these errors were encountered: