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

 


Help: OASIS Mailing Lists Help | MarkMail Help

wsn message

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


Subject: Policies, capabilities, negotiation etc.


One theme I've been harping on lately is the need to separate the concerns of what data to send from the mechanics of how that data gets delivered.  While I still believe that some form of this distinction will be essential, I would like to step back a bit and try to get a broad look at all the various parameters to be decided when establishing a subscription, whether they are currently written into WSN or WSE, or are currently considered negotiable by policy, or are not yet clearly classified at all.

It occurs to me that one criterion for deciding how to treat these parameters is which party or parties have a say in them.  For example, the NotificationProducer determines what notifications it can possibly support, while the Subscriber decides what part of that universe it's actually interested in.

One reason that delivery mechanisms appear to behave differently is that more than one party may have a say in them.  A Consumer may prefer certain ways of getting data, but the NotificationProducer may not support the Consumer's favorite means.  The Consumer cannot dictate the means of delivery because it doesn't know what the NotificationProducer can support.  The NotificationProducer could dictate the means of delivery, but shouldn't, since it doesn't know the Consumer's preferences.  Instead, we need some means of conflict resolution, whether negotiation, a resolution algorithm, or some combination of the two.  In simpler cases, for example what set of topics does a producer support, it's enough for the owning party to be able to advertise and for other parties to be able to make queries.

So here is a preliminary list of variable parameters for a given notification deployment, with notes as to who the stakeholders are.  I've tried to incorporate the policy issues we've unearthed from the issues list, along with anything else of interest, but I've almost certainly missed important items.  I'm hoping that presenting a taxonomy like this will help flush out missing items, and also provide a place to hang the ones that turn up for whatever reason.  I apologize if this is a little cryptic.  Many of these issues have long discussions and quite a bit of context behind them.

  • The universe of possible notifications.  Determined by the NotificationProducer.
  • What data to send.  Determined by Subscriber
    • Topic filtering
    • Precondition filtering
    • Selector filtering
    • Submessage selection (Issue 2.30 from WSDM)
  • How to deliver the data.  Negotiated by producer and consumer.
    • Pull vs. push delivery (Issue 1.4)
    • QoS
      • Delivery guarantees
      • Queuing and replaying
      • Durability in the face of process failures
      • Continuity in the face of subscription modifications (Issue 2.28)
    • Security (See note 1 below)
    • DDOS mitigation (e.g., double opt-in) (Issue 2.6)
    • 1-of-N delivery (Issue 2.26.  See note 2 below)
    • queuing and replay (Issue 2.27)
    • boxcarring of messages
    • envelope data (subscription ID, etc.  See note 3 below).
    • <>message format (Issue 2.13, 3.2.  See note 4 below).
  • Administration.  NotificationProducer has a say.  Who else?
    • Means of garbage collection (Issue 2.18: scheduled termination vs. other means).
    • Means of notification of subscription life events (See note 5 below)
    • Security of administration (See note 1 below)
  • Uncategorized
    • GetCurrentMessage vs. Initial value/update vs. stateless (See note 6 below)
    • Authorization to make subscriptions on behalf of a Consumer.

Notes:
  1. In the delivery context, security refers to the usual concerns of encryption, signatures and so forth.  There are also separate issues such as who may make a subscription on whose behalf and who may delete, pause, resume or modify a subscription, or who may receive notice of subscription life events.
  2. I would provisionally regard 1-of-N delivery as delivery to a single consumer representing the message queue, with the actual recipients attached to the queue without the NotificationProducer knowing anything about them, but I realize this issue is still open.
  3. It is currently configurable whether a Notify message contains a subscription reference, and even whether Notify is used for delivery at all.
  4. This is drawn from the issues list.  I'm not entirely sure what level the issue is at, but it may have to do with choosing between transport-level options -- as a hypothetical example, whether messages are to be compressed by some means.  Boxcarring is at least a related issue.
  5. WSE allows for an explicit callback address for subscription death.  WSN treats this as a special case of notification of a resource change.  I've chosen "subscription life events" as one might be interested not only in subscription death but also modifications.  Some systems also support notification of subscription creation, that is, notifications of the form "tell me when anyone creates a subscription on this topic".
  6. A while ago I wrote about GetCurrentMessage being a special case of "get the current state of the resource," with the understanding that notifications may reflect only state changes and not the entire state.  For example, it may be possible to query a large dataset and then be notified of presumably much smaller changes to that dataset.  It would be good to be able to advertise this sort of semantic.



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