You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
I created service-key for the service rabbitmq
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?
The text was updated successfully, but these errors were encountered:
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.
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
Can you help on this?
The text was updated successfully, but these errors were encountered: