OK, so it WAS a dummy question :$
Channel chan = conn.createChannel(true)
works better like that
Channel chan = conn.createChannel(false)
Now I need to make sure I understand the...
Type: Posts; User: mk-kbin; Keyword(s):
OK, so it WAS a dummy question :$
Channel chan = conn.createChannel(true)
works better like that
Channel chan = conn.createChannel(false)
Now I need to make sure I understand the...
Ok, I can't get through this so I humbly ask for your help.
I deployed rabbitmq on a machine
rabbitmq is working because I can use rabbitmqctl and I have access through the web management plugin...