You are designing a notification system for a stock trading platform. When a trade is executed, a message is sent from the trading service to a notification service, which alerts users about their trade status. The system must handle a high volume of trades and ensure that every notification is delivered exactly once. How should you configure the Pub/Sub topics and subscriptions?