Closed sega-yarkin closed 8 years ago
This belongs to https://github.com/rabbitmq/rabbitmq-web-stomp.
@michaelklishin I thought web-stomp is just adapter and anything from the stomp adapter is just bytes for it. I've found setting this header here - https://github.com/rabbitmq/rabbitmq-stomp/blob/master/src/rabbit_stomp_processor.erl#L546 - is it possible to change headers in web-stomp adapter?
OK, I thought you meant the Cowboy header.
Thanks
According to STOMP specs 1.0 through 1.2, the server header in CONNECTED
frames is indeed optional, so there is no reason to not do it.
hello, how to configure it in rabbitmq conf file to disable it? in nmap scan result, it will show: 5672/tcp open amqp RabbitMQ 3.3.5 (0-9) i want to disable version of RabbitMQ.
As the milestone suggests the configuration setting was introduced in 3.6.2, so 3.3.5 cannot possibly have it. You have to upgrade. Please direct questions to rabbitmq-users, our public mailing list, in the future.
When STOMP server accepts connection it sends information about software and version back to a user. We'd like to be able to have parameter to disable sending this information (for security reasons).