TIBCO Adapter SDK C++ Reference
Up | Next
MSubscriber::activate
MSubscriber
Activate a subscriber that has previously been explicitly deactivated or suspended.
Remarks
When you create a subscriber, it is activated by the system. You can then deactivate it by calling MSubscriber::deactivate() and reactivate it by calling this method.

Calling this method resumes a suspended persistent messaging subscription.Resuming the subscription is not enough to guarantee redelivery of any missed messages.

See the TIBCO Rendezvous documentation for more information on persistent messaging.

See also "TIBCO Enterprise for JMS" for more information on persistent messaging.

Declaration
virtual void activate() throw(MException);
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.