我们正在使用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
服务消费者?
答案 0 :(得分:1)
目前我们没有camel-corba组件来访问或提供CORBA服务。 如果您仍想使用camel,则可能需要让CORAB实现使用Camel ProducerTemplate API将消息发送到CamelContext。