Skip to content

rabbitmq as a service instance #504

Open
@slashlinux

Description

@slashlinux

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions