ESB 中的变更管理(servicemix、mule、jboss...)
我想知道是否有开源 ESB 提供强大的变更管理功能:
- 版本服务、组件、回滚变更、比较的能力 变化。
- 如果它可以记录哪个用户进行了更改以及内容是什么 更改为应用程序。
I am wondering if any of the open source ESB provides strong change management capabilities:
- ability to version services, components, rollback changes, compare
changes. - And if it could log which user has made changes and what is the
change to the application.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这不是 ESB 能力。
但通常 ESB 的行为可以像应用程序容器一样(如 David A Chappell 的《企业服务总线》书籍第 6 章)。因此应用程序/模块可以进行版本控制。
例如:Mule ESB 可以表现得像一个容器。 Mule 提供了一个用于创建 Mule 应用程序的 Maven 原型。这些应用程序可以提交到版本控制存储库。容器的热部署能力应该足以“回滚”更改。
That's not an ESB ability.
But usually ESBs can behave like app containers (as in David A Chappell's Enterprise Service Bus book chapter 6). So the app/modules can be versioned.
For instance: Mule ESB can behave like a container. Mule provides a maven archetype for creating mule apps. Those apps can be commited to an version control repository. The hot deployment abilities of the container, should be enough to "rollback" changes.