Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3
Note
titleArchive Content

Please note this page is present for reference only. QMan has been removed and is no longer a released component.

Pause Subscription

Table of Contents
minLevel2
maxLevel3

...

This interface allows a requestor to resume an previously suspended subscription.
After successful processing resume request the subscription is no longer in the paused state.
In order to be able to send a resume subscription request, the consumer must have a valid subscription reference like this :

Code Block
xml
xml
        <wsnt:SubscribeResponse xmlns:wsnt="http://docs.oasis-open.org/wsn/b-2">
            <wsnt:SubscriptionReference>
                <wsa:Address xmlns:wsa="http://www.w3.org/2005/08/addressing">
			http://localhost:8080/qman/services/SubscriptionManager
		</wsa:Address>
                <wsa:ReferenceParameters xmlns:wsa="http://www.w3.org/2005/08/addressing">
                    <qman-wsa:ResourceId>
			282f28e6-4396-4000-a19d-87a03978e8a0
		    </qman-wsa:ResourceId>
                </wsa:ReferenceParameters>
            </wsnt:SubscriptionReference>
            <wsnt:CurrentTime>2009-02-27T13:51:56+01:00</wsnt:CurrentTime>
        </wsnt:SubscribeResponse>

...