【发布时间】:2012-04-10 13:56:46
【问题描述】:
我正在使用带有 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]
【问题讨论】:
标签: grails rabbitmq grails-plugin grails-2.0 grails-plugin-rabbitmq