I am developing a custom delivery protocol to send email notification with attachment. When I submit an event, the notification is generated. But the email delivery is failed.
Is it logical to implement an "HTTPDeliveryProtocol" which makes thousands of request to a web server - may be some server in the same network, which can handle 200 requests per second ? Or should I implement a "MQDeliveryProtocol" which makes HTTPRequests,