Hi cxf-users, I would like to know what you think if CXF can support multiple response in its service?
Currently, one CXF service can only return one Response message for each Request. However, there are some use case that we want one request have multiple response messages. E.g. my service gets a jms request from a client, and then, it will reply 3 response messages to a JMS queue. Is there any consideration to support multiple response message for this kind of use case? David
