scala-ddd-example icon indicating copy to clipboard operation
scala-ddd-example copied to clipboard

Create RabbitMQ infrastructure on the fly

Open JavierCane opened this issue 8 years ago • 1 comments

We have to take into account 2 different scenarios:

  • Creating the infrastructure needed for testing purposes such as the RabbitMqMessagePublisherShould test.
  • Creating the infrastructure needed in order to publish all the different Domain Events. Here we could implement some kind of EventQueuesCreator script like the DbTablesCreator one.

JavierCane avatar Jan 12 '18 15:01 JavierCane

We've received a report on the Scala HTTP API course about a failing test. Solving this issue would make the test pass.

We should prioritize solving this issue in order to stabilize the project build (any collaborations appreciated 😄

JavierCane avatar Nov 13 '18 17:11 JavierCane