-
thanks for this example - really easy to follow along.
I am wanting to put a Message queue within this architecture and wanted to tun it by you and well the whole internet :)
I am still trying to …
-
Hi @johnbywater! I hope this is an appropriate place to discuss features. :) If not, maybe create a Wiki page?
I am interested in your plans for these forthcoming features:
> - Base class for event …
-
I'm using the IServiceCollection to register Queries and Commands for a simple CQRS implementation.
Projects:
- OrderService
- OrderService.Register
- OrderService.SeedConsole
- OrderService.We…
-
Hello,
Thank you for the module.
I need to send email notifications when a specific event has been triggered.
**I have this scenario:**
userCreated -> Saga -> createEmailNotification -> EmailN…
-
Hi Eduardo.
I have read in some article that the application layer is the layer responsible for controlling the transactions carried out by the application.
However, in this project the transact…
-
Hi everyone,
I'm applying the [CQRS](http://martinfowler.com/bliki/CQRS.html) pattern to my microservices architecture.
This means I have an API called, lets say, ExampleApi, but it's split into two…
-
Im missing a layer of abstraction in the WebHostBuilder and the abstraction is already in the name: (web)HostBuilder.
For example: We are building console applications that listen to rabbitMq.
W…
-
Let's write down for next week :gift:
-
Hi,
We are working on a system that requires an exclusive lock, before calling an external api. In order to do that we append an event to the store to ensure the process is not performed twice.
Howe…
reenl updated
7 years ago
-
**hammock-cqrs**
v1.0, including v0.5.0:
```
org.jboss.weld.exceptions.DeploymentException: WELD-001409: Ambiguous dependencies for type EntityManager with qualifiers @Default
at injection poi…