OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

wsrm message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: WS-ReliableMessaging: Where Are Message ID's


It's been a long day, and I might be missing something. I just glanced
at the GXA WS-ReliableMessaging spec [1] and noted that in the
definition of message sequence, there is a message number but no message
ID. From p.10 of spec:

Sequence definition:

<wsrm:Sequence ...>
   <wsu:Identifier> [URI] </wsu:Identifier>
   <wsrm:MessageNumber> [unsignedLong] </wsrm:MessageNumber>
   <wsrm:LastMessage/>?
   <wsu:Expires> [dateTime] </wsu:Expires>?
   ...
</wsrm:Sequence>

Example:

<wsrm:Sequence>
   <wsu:Identifier>http://fabrikam123.com/abc</wsu:Identifier>
   <wsrm:MessageNumber>10</wsrm:MessageNumber>
   <wsrm:LastMessage/>
</wsrm:Sequence>

Yet, in WS-Reliability, we specify a GroupID in the MessageOrder
element:

<rm:MessageOrder xmlns:rm:="http://schemas.fujitsu.com/rm"
      SOAP:mustUnderstand="1">
      <rm:GroupId status="Continue">020907-45261-0450@a.com</rm:GroupId>
      <rm:SequenceNumber>12</rm:SequenceNumber>
</rm:MessageOrder>

Where GroupID is "used to specify the group of messages for which
message ordering is guaranteed."

Can anyone please confirm my observations? It seems very odd that
message ID's do not appear in message sequences in the
WS-ReliableMessaging spec.

Kind Regards,
Joe Chiusano
Booz | Allen | Hamilton
[1] http://msdn.microsoft.com/ws/2003/03/ws-reliablemessaging
begin:vcard 
n:Chiusano;Joseph
tel;work:(703) 902-6923
x-mozilla-html:FALSE
url:www.bah.com
org:Booz | Allen | Hamilton;IT Digital Strategies Team
adr:;;8283 Greensboro Drive;McLean;VA;22012;
version:2.1
email;internet:chiusano_joseph@bah.com
title:Senior Consultant
fn:Joseph M. Chiusano
end:vcard


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]