JBOSS FUSE CORBA代理

时间:2013-11-14 13:00:33

标签: apache-camel corba fuseesb

我们正在使用JBOSS FUSE 6.0.0并使用Apache Camel路由对其进行编程。对代理CORBA服务的新要求如下:

System 1 ---> sends CORBA Request to--> JBOSS Fuse <BR>
JBOSS FuseFuse -->Transforms to SOAP HTTP--> System 2 <BR>
System2 -->Responds in SOAP HTTP---? JBOSS Fuse <BR>
JBOSS Fuse -->Converts SOAP to CORBA --> System 1. <BR>

只需要您的建议,是否有人尝试将JBOSS Fuse/ Apache Camel用作CORBA服务消费者?

1 个答案:

答案 0 :(得分:1)

目前我们没有camel-corba组件来访问或提供CORBA服务。 如果您仍想使用camel,则可能需要让CORAB实现使用Camel ProducerTemplate API将消息发送到CamelContext。

相关问题