rabbitmq / rabbitmq-stomp

RabbitMQ STOMP plugin
https://www.rabbitmq.com/stomp.html
Other
49 stars 28 forks source link

Add a force_default_creds option #74

Closed essen closed 8 years ago

essen commented 8 years ago

This option forces the use of the default_login and default_passcode when authenticating the user. It is necessary for RabbitMQ-Web-STOMP's use_http_auth option.

Part of https://github.com/rabbitmq/rabbitmq-web-stomp/issues/43