Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

NServiceBus equivalent in Java world

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.

like image 491
mgamer Avatar asked Jun 16 '11 20:06

mgamer


1 Answers

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)

like image 138
TlmaK0 Avatar answered Sep 30 '22 09:09

TlmaK0