我们正在使用JBOSS FUSE 6.0.0,并使用Apache路由对其进行编程。下面是代理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服务的使用者?
发布于 2013-11-15 08:51:09
目前,我们还没有camel组件来访问或提供CORBA服务.如果您仍然希望使用camel,则可能需要让CORAB实现使用Camel ProducerTemplate API向CamelContext发送消息。
https://stackoverflow.com/questions/19978296
复制相似问题