Closed lorenzotomasini closed 6 years ago
Hi all,
i finally found the time to debug a little more, i did not think enough on what i was doing.
I was using the wrong method for my purposes: i changed exchange_bind
--> queue_bind
and works like a charm.
Thank you guys for that library and sorry for my mistake!
Hi All,
i am trying to use the exchange_bind method, but i am having some troubles. I am a rust beginner so i am probably doing something wrong.
the code i run:
the exchange already exists and the error i get is:
Everything works great (i am already
basic_consume
andbasic_produce
before that snippet without problems), but the exchange bind. I don't understand what i am doing wrong. Can you point me to the right direction?thanks