Skip to content

Commit

Permalink
fix model data
Browse files Browse the repository at this point in the history
  • Loading branch information
slu-it committed Aug 30, 2024
1 parent 11e446d commit aa3e70c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .build/src/json/components/inventory-service.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"messaging" : {
"publishedMessages" : [ {
"exchange" : "inventory-events",
"routingKey" : "product.sold-out"
"routingKeys" : [ "product.sold-out" ]
} ]
}
}
7 changes: 2 additions & 5 deletions .build/src/json/components/order-service.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,7 @@
"messaging" : {
"publishedMessages" : [ {
"exchange" : "order-events",
"routingKey" : "order.canceled"
}, {
"exchange" : "order-events",
"routingKey" : "order.placed"
"routingKeys" : ["order.canceled", "order.placed"]
} ],
"consumedQueues" : [ {
"name" : "inventory-events.order-service.product-sold-out",
Expand All @@ -120,4 +117,4 @@
} ]
} ]
}
}
}

0 comments on commit aa3e70c

Please sign in to comment.