Hi all,
suppose a system with 3 elements, A, B and C where B provides a in-out
operation.
If A sends a request (fireAndForget of sendRobust) to B, supplying the C
target as well, is it possible for the service to return the result to C
straight away, that is without creating a ServiceClient object?
// This service is provided by B and it is invoked by A
public OMElement foo(OMElement payload) {
// the message context is set
// process the payload
// use the replyTo if set by A, otherwise set it by using
// message properties (or some informations included into the
// payload
return result;
}
Does the result reach the node C?
Thanks in advance,
Michele
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]