Is there any NServiceBus equivalent for Java? I'm not looking for nothing more complicated, even Mule ESB seems to be too much for my needs.
NServiceBus equivalent in Java world [closed]
Asked Answered
Could be you are looking for http://www.axonframework.org/ ?
Axon Framework helps build scalable, extensible and maintainable applications by supporting developers apply the Command Query Responsibility Segregation (CQRS) architectural pattern. It does so by providing implementations of the most important building blocks, such as aggregates, repositories and event buses (the dispatching mechanism for events)
not sure why this answer got up voted (perhaps out of kindness?). CQRS is a completely orthogonal concept to an ESB –
Gironde
NServiceBus isn't an ESB from my point of view. Here is a discussion about it https://mcmap.net/q/1037637/-is-nservicebus-an-esb-at-all –
Stonehenge
Anyway he is asking for something like NServiceBus, Axonframework has an asynchronous message bus, sagas, etc... I think that NServiceBus is more similar to Axonframework than Mule. Here an example trying to port NServiceBus training example to Axonframework github.com/jeffxor/axon-nservicebusclass-example –
Stonehenge
© 2022 - 2024 — McMap. All rights reserved.