我在用 Camel Proxy 将接口作为路由的起点公开。
public interface test{ public void sayHi(String firstName, String lastName); }
我还想知道如何将一个参数设置为消息头,另一个参数设置为正文。
http://camel.apache.org/bean-integration.html
骆驼在行动第4章涵盖了所有关于使用骆驼豆。