...snip > Most of the behavior described here is clear to me, except for what > the default message type should be for a response. For instance, if an > SCA service were to receive a bytes message, should the service > default to responding with a text message, or should it respond with > the same message type as the incoming request? It seems reasonable to > assume that a non-SCA client might expect the response to be of the > same type as the request, but I can see this being argued both ways. > Any thoughts on this would be appreciated. > > Thanks, > Kaushik >
My vote would go with replying with the type you received unless a particular type has been specified. Are we proposing to implement the "MAY" clause and allow the format to be specified, e.g. something like... <wireFormat.jmsDefault sendFormat="text"/> or similar? Simon
