Hi, i'm newbie on websockets, and i have a question about STOMP. If I set the durable header while subscribing a topic, the queue created on RabbitMQ becomes durable. So, I understand from this, the client is able to change queue settings. Is this safe, if not is there a way to prevent it? By the way durable header just for example. Any other header also works.
Environment: Spring Boot / RabbitMQ with STOMP