stomp-js / stomp-websocket

Stomp client for Web browsers and node.js apps
https://stomp-js.github.io/stomp-websocket/
Apache License 2.0
141 stars 36 forks source link

Add Dockerfile for RabbitMQ and add usage instructions to Contribute.md #22

Closed dillon-sellars closed 6 years ago

dillon-sellars commented 6 years ago

Add documentation for handling error when running tests in Chrome

kum-deepak commented 6 years ago

Currently the following Dockerfile is used to run automated test cases:

FROM rabbitmq:3.7.3-alpine

run rabbitmq-plugins enable --offline rabbitmq_web_stomp

EXPOSE 15674

Please check if it works.

Summary of differences in the two versions:

dillon-sellars commented 6 years ago

Hi Deepak,

All that makes sense, updated the PR.

kum-deepak commented 6 years ago

Thanks Dillon!

Over past few years I have been doing several cleanups - however without breaking backward compatibility. I was planning to refactor and cleanup with breaking changes. For example I am troubled by the many possible options for the connect. Will you be willing to help?