You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
log.error 'RabbitMQ connection factory settings (rabbitmq.connectionfactory.username, rabbitmq.connectionfactory.password and rabbitmq.connectionfactory.hostname) must be defined in Config.groovy'
66
68
} else {
@@ -82,6 +84,7 @@ class RabbitmqGrailsPlugin {
82
84
}
83
85
rabbitTemplate(RabbitTemplate) {
84
86
connectionFactory = rabbitMQConnectionFactory
87
+
if (messageConverterBean) messageConverter = ref(messageConverterBean)
85
88
}
86
89
adm(RabbitAdmin, rabbitMQConnectionFactory)
87
90
Set registeredServices =newHashSet()
@@ -220,12 +223,14 @@ class RabbitmqGrailsPlugin {
0 commit comments