When the client presents a host header in the STOMP frame (it is mandatory in 1.2,) then the Server should have some mechanism to deal with that such it can segregate the queues/topics between different virtual hosts. On the server side how that is dealt with can be left to be application specific (even ignored.)
On the client side the host header should always be sent - defaulting to the hostname used to connect with an override possible.
When the client presents a
hostheader in the STOMP frame (it is mandatory in 1.2,) then the Server should have some mechanism to deal with that such it can segregate the queues/topics between different virtual hosts. On the server side how that is dealt with can be left to be application specific (even ignored.)On the client side the
hostheader should always be sent - defaulting to the hostname used to connect with an override possible.