beevelop / ng-stomp

:bookmark_tabs: STOMP for AngularJS
http://beevelop.github.io/stomp-ui/
MIT License
44 stars 43 forks source link

How to configure stomp endpoint over nginx server ? #24

Closed iamvasim786 closed 7 years ago

iamvasim786 commented 7 years ago

Hi @beevelop

First of all , this is not a issues. i just want to know about how to configure stomp endpoint i.e ( http://127.0.0.1:8080/stomp ) over nginx server if you konw.

beevelop commented 7 years ago

This highly depends on your project setup and is unfortunately out of scope for this small library. I made a Docker image a while ago for testing purposes: https://hub.docker.com/r/beevelop/rabbitmq-stomp/

The image does not rely on nginx but might provide a solution for dev / testing purpposes.