How can you combine pull and push subscription features to build a hybrid message processing system?
AUse a pull subscription and implement a custom push mechanism in the subscriber.
BCreate two subscriptions: one pull and one push, both attached to the same topic.
CCreate a push subscription with a pull client that acknowledges messages manually.
DConfigure a push subscription to automatically switch to pull mode on failure.