Thanks MK.
Whenever I tried to connect I found following error in log.
=ERROR REPORT==== 19-Feb-2015::10:05:59 ===
Channel error on connection <0.1474.0> (
172.16.206.139:59826 ->
172.16.206.154:5672, vhost: '/', user: 'reetesh'), channel 13:
{amqp_error,not_found,"no queue 'identity.queue' in vhost '/'",
'queue.declare'}
Full RabbitMQ log:--
------------------------------------------
=INFO REPORT==== 19-Feb-2015::09:53:36 ===
Starting RabbitMQ 3.4.1 on Erlang 17.3
Copyright (C) 2007-2014 GoPivotal, Inc.
Licensed under the MPL. See
http://www.rabbitmq.com/=INFO REPORT==== 19-Feb-2015::09:53:36 ===
node : rabbit@RC4B2-FTHNQ1S-D
home dir : <<user-home>>
config file(s) : <<user-home>>/AppData/Roaming/RabbitMQ/rabbitmq.config
cookie hash : ikAzK73Ht2Im2vHeSJFakw==
log : <<user-home>>/AppData/Roaming/RabbitMQ/log/rab...@RC4B2-FTHNQ1S-D.log
sasl log : <<user-home>>/AppData/Roaming/RabbitMQ/log/rab...@RC4B2-FTHNQ1S-D-sasl.log
database dir : <<user-home>>/AppData/Roaming/RabbitMQ/db/rabbit@RC4B2-FTHNQ1S-D-mnesia
=WARNING REPORT==== 19-Feb-2015::09:53:36 ===
Kernel poll (epoll, kqueue, etc) is disabled. Throughput and CPU utilization may worsen.
=INFO REPORT==== 19-Feb-2015::09:53:38 ===
Limiting to approx 8092 file handles (7280 sockets)
=INFO REPORT==== 19-Feb-2015::09:53:38 ===
Memory limit set to 2431MB of 6077MB total.
=INFO REPORT==== 19-Feb-2015::09:53:38 ===
Disk free limit set to 50MB
=INFO REPORT==== 19-Feb-2015::09:53:38 ===
msg_store_transient: using rabbit_msg_store_ets_index to provide index
=INFO REPORT==== 19-Feb-2015::09:53:38 ===
msg_store_persistent: using rabbit_msg_store_ets_index to provide index
=WARNING REPORT==== 19-Feb-2015::09:53:38 ===
msg_store_persistent: rebuilding indices from scratch
=INFO REPORT==== 19-Feb-2015::09:53:39 ===
started TCP Listener on [::]:5672
=INFO REPORT==== 19-Feb-2015::09:53:39 ===
started TCP Listener on
0.0.0.0:5672=INFO REPORT==== 19-Feb-2015::09:53:39 ===
Management plugin started. Port: 15672
=INFO REPORT==== 19-Feb-2015::09:53:39 ===
Statistics database started.
=INFO REPORT==== 19-Feb-2015::09:53:39 ===
Server startup complete; 6 plugins started.
* rabbitmq_management
* rabbitmq_web_dispatch
* webmachine
* mochiweb
* rabbitmq_management_agent
* amqp_client
=INFO REPORT==== 19-Feb-2015::09:56:12 ===
Creating user 'reetesh'
=INFO REPORT==== 19-Feb-2015::09:56:14 ===
Setting user tags for user 'reetesh' to [administrator]
=INFO REPORT==== 19-Feb-2015::09:56:19 ===
Setting permissions for 'reetesh' in '/' to '.*', '.*', '.*'
=INFO REPORT==== 19-Feb-2015::10:00:47 ===
accepting AMQP connection <0.1474.0> (
172.16.206.139:59826 ->
172.16.206.154:5672)
=ERROR REPORT==== 19-Feb-2015::10:05:59 ===
Channel error on connection <0.1474.0> (
172.16.206.139:59826 ->
172.16.206.154:5672, vhost: '/', user: 'reetesh'), channel 13:
{amqp_error,not_found,"no queue 'identity.queue' in vhost '/'",
'queue.declare'}
=WARNING REPORT==== 19-Feb-2015::10:06:07 ===
closing AMQP connection <0.1474.0> (
172.16.206.139:59826 ->
172.16.206.154:5672):
connection_closed_abruptly
=INFO REPORT==== 19-Feb-2015::10:08:16 ===
accepting AMQP connection <0.2268.0> (
172.16.206.139:60603 ->
172.16.206.154:5672)
=WARNING REPORT==== 19-Feb-2015::10:12:50 ===
closing AMQP connection <0.2268.0> (
172.16.206.139:60603 ->
172.16.206.154:5672):
connection_closed_abruptly
------------------------------------------