I'm using rabbitmq 0.3.3 plugin with grails 2.0. I have created one queue no exchanges and when I try to call this queue I get following exception.
Class: java.net.UnknownHostException Message: placeholder
22: // it does for the other arguments. Since the code in that method
23: // checks for String, we do the conversion manually.
24: args = processArgs(args)
25: ctx.rabbitTemplate.convertAndSend(*args)
26: }
27: }
28:
rabbitSend 'mailQueue', [personId:person.id]