nerdexam
SOA

S90-02A · Question #64

Messages transmitted using WS-ReliableMessaging are typically __________________ into __________________. Select the correct answer.

The correct answer is C. grouped, sequences. WS-ReliableMessaging works by grouping related messages into sequences - logical containers that enable the protocol to track, acknowledge, and reorder messages to guarantee exactly-once, in-order delivery between endpoints. A sequence has a defined lifecycle (creation, message…

Web Services and Contract-First Design

Question

Messages transmitted using WS-ReliableMessaging are typically __________________ into __________________. Select the correct answer.

Options

  • Adecomposed, HTTP methods
  • Bparsed, WS-Policy definitions
  • Cgrouped, sequences
  • Dconverted, comma-separated-value (CSV) files

How the community answered

(49 responses)
  • A
    8% (4)
  • B
    2% (1)
  • C
    88% (43)
  • D
    2% (1)

Explanation

WS-ReliableMessaging works by grouping related messages into sequences - logical containers that enable the protocol to track, acknowledge, and reorder messages to guarantee exactly-once, in-order delivery between endpoints. A sequence has a defined lifecycle (creation, message transmission, termination) and each message within it carries a sequence number for tracking.

  • A is wrong because WS-ReliableMessaging is a SOAP-based messaging layer; it doesn't decompose messages into HTTP methods (those belong to REST/HTTP verb semantics).
  • B is wrong because WS-Policy is a separate specification for expressing endpoint capabilities/constraints - it's unrelated to how messages are transmitted or structured at runtime.
  • D is wrong because CSV is a data format with no role in web services messaging protocols.

Memory tip: Think of a sequence like a numbered envelope batch - all related messages get grouped into one labeled bundle (the sequence) so the receiver can confirm they all arrived in the right order, just like tracking a multi-package shipment under a single tracking ID.

Topics

#WS-ReliableMessaging#message sequences#reliable messaging

Community Discussion

No community discussion yet for this question.

Full S90-02A Practice