@amplication/plugin-broker-rabbitmq
Advanced tools
Comparing version 0.0.6 to 0.0.7
{ | ||
"name": "@amplication/plugin-broker-rabbitmq", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "Use a RabbitMQ message broker to communicate between services generated with Amplication", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -94,5 +94,6 @@ import { | ||
if (!topicsModule) { | ||
throw new Error( | ||
"Failed to find the topics.ts file for the message broker topics enum" | ||
context.logger.warn( | ||
"No message broker topics were defined and connected to your service, the generated code will not contain actual event handlers for any topic" | ||
); | ||
return modules; | ||
} | ||
@@ -99,0 +100,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3064452
38048