JmsProxyFactoryBean pfb = new JmsProxyFactoryBean();
pfb.setServiceInterface(ITestBean.class);
pfb.setServiceUrl("http://myurl");
pfb.setRequestor(createRequestor(getDestinationName()));
pfb.setRemoteInvocationFactory(new LingoRemoteInvocationFactory(strategy) {
public RemoteInvocation createRemoteInvocation(MethodInvocation methodInvocation) {
RemoteInvocation invocation = super.createRemoteInvocation(methodInvocation);
invocation.addAttribute("myKey", "myValue");
try {
invocation.addAttribute("myKey", "myValue");