Kbase P28032: What is the ordering of message output by the transformation
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  25/11/2003 |
|
Status: Unverified
GOAL:
What is the ordering of message output by the transformation service within SonicXQ?
FACT(s) (Environment):
SonicXQ
FIX:
The ordering of messages output by the transformation service will depend on the number of listeners bound to the service.
If one listener is bound to the service, messages received by the service are processed serially and the messages output by the service will correspond in order to the same messages received by the service.
If multiple listeners are bound to the service, them messages received by the service are processed in parallel up to the number of bound listeners. In this case there is no correspondence between the ordering of received and output messages.