<table><tbody><tr><td class="votecell"><br></td>
            
<td class="postcell">
<div>
    <div class="post-text" itemprop="description">
        <p>In my android app I need to find offline/online status of 
user. the user connects to rabbitmq, creates a durable queue with his 
name and binds to a durable exchange with queue name as routing key. 
when the user disconnects from rabbitmq, if any other user asked my LAMP
 server the status of previous user, how can i find it.
How can i use rabbitmq http api to do this ?</p>

<p>will " /api/queues/vhost/queue/bindings     A list of all bindings on a given queue. " this help me ?</p><p><br></p>

<p>Thanks,</p><p>Seshu<br></p>

    </div></div></td></tr></tbody></table>