<DIV>I want use RabbitMQ as an RPC server.</DIV>
<DIV>I want use short connection in requester with rabbitmq, is it possible?</DIV>
<DIV>every request i need build a connection and creating a callback queue.</DIV>
<DIV>RPC request finished, i need delete callback queue and disconnect.</DIV>
<DIV>Is it ok or maybe inefficient?</DIV>