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
with brokerURL: 'ws://MyActiveMQip:61614/stomp', in RxStompConfig it works great in local but I have to deploy my Angular App in a kubernetes pod with nginx like reverse proxy and I couldn't configure it successfully
What nginx configuration do I need? what do I need in brokerURL? Please help me and explian what do I have to do to connect my Angular app with rx-stomp to activeMQ through nginx
Thanks
Regards
The text was updated successfully, but these errors were encountered:
Hello
I have a Angular app using rx-stomp to connect a stomp over ws.
ActiveMQ config:
with
brokerURL: 'ws://MyActiveMQip:61614/stomp',
in RxStompConfig it works great in local but I have to deploy my Angular App in a kubernetes pod with nginx like reverse proxy and I couldn't configure it successfullyI tried this nginx configuration:
inside the server:
What nginx configuration do I need? what do I need in brokerURL? Please help me and explian what do I have to do to connect my Angular app with rx-stomp to activeMQ through nginx
Thanks
Regards
The text was updated successfully, but these errors were encountered: