We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed last year.
开发者_StackOverflow中文版 Improve this questionIs 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.
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)
Mule is probably your best bet. Udi has referenced it a few times.
精彩评论