Skip to content
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

[Rejection] Deprecation notice si on ne met pas de "exchange" #125

Open
clemzarch opened this issue Sep 7, 2023 · 0 comments
Open

[Rejection] Deprecation notice si on ne met pas de "exchange" #125

clemzarch opened this issue Sep 7, 2023 · 0 comments

Comments

@clemzarch
Copy link
Contributor

Si l'option exchange n'est pas renseignée, par exemple:

              rejection:
                destinations:
                  - rabbitmq:
                      host: '@=env("RABBITMQ_HOST")'
                      port: '@=env("RABBITMQ_PORT")'
                      user: '@=env("RABBITMQ_USER")'
                      password: '@=env("RABBITMQ_PASSWORD")'
                      vhost: '@=env("RABBITMQ_VHOST")'
                      topic: products

l'execution affiche:

Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /Users/clementzarch/project/build/vendor/bunny/bunny/src/Bunny/ClientMethods.php on line 1780

Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /Users/clementzarch/project/build/vendor/bunny/bunny/src/Bunny/ClientMethods.php on line 1784

parce que strlen prend forcément une string
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant