[rabbitmq-discuss] rabbitmq webstomp ha-mode
    Matthias Radestock 
    matthias at rabbitmq.com
       
    Mon Mar 24 16:30:05 GMT 2014
    
    
  
On 19/03/14 13:39, steve.flitcroft at ivendi.com wrote:
> Non web socket clients (ie9, stock android, old ios/safari etc)
> always lost connection. As soon as I restrict the clients without a
> web socket upgrade hdr to goto the same rmq node then they stay
> connected.  I can prove this very easily in my current setup with
> clients connecting to the rmq cluster via haproxy.
As Simon said, the amq.gen* queue is declared as exclusive. That means 
it will only be accessible on the connection that created it (and will 
be deleted when that connection terminates). Clients that "roam" between 
nodes are not going to be able to maintain a subscription to such a queue.
Matthias.
    
    
More information about the rabbitmq-discuss
mailing list