我正在使用带有 grails 2.0 的 rabbitmq 0.3.3 插件。我创建了一个没有交换的队列,当我尝试调用这个队列时,我得到了以下异常。
类:java.net.UnknownHostException 消息:占位符
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]