cloudfoundry / docs-dev-guide

Documentation for application developers who want to deploy their applications to Cloud Foundry
Apache License 2.0
39 stars 217 forks source link

rabbitmq as a service instance #504

Open slashlinux opened 7 months ago

slashlinux commented 7 months ago

Hi @cloudfoundry,

I have a rabbitmq as a service instance and i want to create portforwarding to this rabbitmq service in order to connect at port 5672 from my localhost and read queues messages via API but i found the procedure - https://docs.cloudfoundry.org/devguide/deploy-apps/ssh-services.html

  1. I created service-key for the service rabbitmq
  2. I tried to run this $ cf ssh -L 445672:rabbitmq.rabbitmq.svc:5672 YOUR-HOST-APP - but which application should I put here? I don't have any "rabbitmq" application, my rabbitmq is installed as service and not as a service.. Can you help on this?
cf-gitbot commented 7 months ago

We have created an issue in Pivotal Tracker to manage this. Unfortunately, the Pivotal Tracker project is private so you may be unable to view the contents of the story.

The labels on this github issue will be updated when the story is started.