Hi.
I'm using rabbitmq.
My client is android (java).
I have some problem. When I connect to server with AMQP protocol and wireless connection and decided to change my connection to Data (LTE) I have to wait for heartbeat timeout to establish a new consumer. I set the consumer Exclusive, But in vice versa situation, I mean the rabbit connect with LTE network and I change to Wireless immediately the previous consumer close and the new one establish without waiting for heartbeat timeout. why?
I try to use basicCancel, but after changing my IP address it's not possible to close the previous one.
what are the differences between wireless and data connection ?