krakend / krakend-pubsub

a pubsub backend for the KrakenD framework
https://www.krakend.io
Apache License 2.0
10 stars 17 forks source link

KrakenD RabbitMq interaction #9

Closed rmfjd78 closed 3 years ago

rmfjd78 commented 3 years ago

Hi

            I’m trying to connect one API published in Krakkend with RabbitMQ and I’m having some errors (page not found) that I think that is related with the my exchange in RabbitMQ.

            My configuration in Krakkend related with the backend is this:

"host": ["amqp://"], "disable_host_sanitize": true, "extra_config": { "github.com/devopsfaith/krakend-pubsub/subscriber": { "subscription_url": "amqp://API_ComunicacaoAutomatica" } }, I already have a envvar in the server with the host of the RabbitMQ. (RABBIT_SERVER_URL='xxx:xxx@COFPTDRABBITMQ:5672') Can you help me in this problem?

Best regards,

kpacha commented 3 years ago

please, check out the documentation, your host and subscription_url params are incorrect: https://www.krakend.io/docs/backends/pubsub/#rabbitmq

github-actions[bot] commented 2 years ago

This issue was marked as resolved a long time ago and now has been automatically locked as there has not been any recent activity after it. You can still open a new issue and reference this link.