Hi,
The list of changes is as follows:
(1) Some SOAPFault processing int cxf-rt-bindings-soap subproject.
(2) To generate the CorrelationID in the client of jms transport
according to the following rules. And I change the systest for the
correlationid according to this.
userCID -> userCID
Hi,
If the client doesn't configure something about the CorrelationID, I'll
use MessageId pattern.
The current implement use CorrelationId by default. So I think I should
change the rule. I use MessageId pattern by default.
Christian Schneider wrote:
> Hi Liu,
>
> the current code uses the Messa
Hi
Willem Jiang wrote:
> Hi,
>
> You can choice what you want to generate the correlationID, and you
> just need to make sure the CorrelationID is unique.
>
> In you proposal, you give the user a choice to set the correlationID
> from the JMSMessageHeader which he set, it's OK for me.
> For the us
Sorry, I didn't give the detail information in the title.
liucong wrote:
> Hi,
> The list of changes is as follows:
> (1) Some SOAPFault processing int cxf-rt-bindings-soap subproject.
> (2) To generate the CorrelationID in the client of jms transport
> according to the following rules. And I chan