48.4. 使用 BindingComponent


有一个名为 BindingComponent 的组件,它可以通过依赖项注入在 Registry 中配置,允许创建已绑定到某些绑定的端点。

例如,如果您使用如下代码在 registry 中注册了一个名为 "jsonmq" 的新组件

JacksonDataFormat format = new JacksonDataFormat(MyBean.class);
context.bind("jsonmq", new BindingComponent(new DataFormatBinding(format), "activemq:foo."));

然后,您可以使用端点,就像它是任何其他端点一样。

from("jsonmq:myQueue").to("jsonmq:anotherQueue")

这将使用 queueus "foo.myQueue" 和 "foo.anotherQueue",并使用给定的 Jackson Data Format 来对队列进行 marshal。

Red Hat logoGithubRedditYoutubeTwitter

学习

尝试、购买和销售

社区

关于红帽文档

通过我们的产品和服务,以及可以信赖的内容,帮助红帽用户创新并实现他们的目标。

让开源更具包容性

红帽致力于替换我们的代码、文档和 Web 属性中存在问题的语言。欲了解更多详情,请参阅红帽博客.

關於紅帽

我们提供强化的解决方案,使企业能够更轻松地跨平台和环境(从核心数据中心到网络边缘)工作。

© 2024 Red Hat, Inc.