NServiceBus equivalent in Java world [closed]
Asked Answered
G

2

9

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.

Gavin answered 16/6, 2011 at 20:4 Comment(0)
S
5

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)

Stonehenge answered 5/2, 2012 at 10:31 Comment(3)
not sure why this answer got up voted (perhaps out of kindness?). CQRS is a completely orthogonal concept to an ESBGironde
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-allStonehenge
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-exampleStonehenge
M
3

Mule is probably your best bet. Udi has referenced it a few times.

Marbut answered 17/6, 2011 at 11:34 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.