jharting / openshift-rabbitmq-cluster

Deploys a RabbitMQ cluster in OpenShift
39 stars 52 forks source link

how do i expose rabbitmq to external access? #8

Open sahina opened 5 years ago

sahina commented 5 years ago

This template creates two services:

How do i expose the 5672 to external traffic? I created routes to either services but client's can't. Any suggestions?

Thanks

maximindsl commented 5 years ago

Only solution that I'm aware of is using NodePort.

The reason why clients can't connect is because routes only support below protocols

Source

Cheers, Max

Carl4 commented 5 years ago

You could also use the WebStomp plugin to expose a WebStomp access point using an OpenShift HTTPS route. Note that this isn't AMQP. It's a Websocket protocol.