You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At present, many message middlewares on the cloud provide http services, such as SNS, SQS in AWS, MNS in Alibaba Cloud, etc., with the rapid spread of http2, there will be more messaging services using http transmission in the future.
So many users hope that OpenMessaging can provide binding to the http message service to help users quickly access the messaging services of various vendors.
The text was updated successfully, but these errors were encountered:
I would like to propose a simple http binding first. The main idea is simple, and the message model in OMS consist of four parts, I just map these parts into http protocol. The version is put in the url. The message headers are put in http header and prefixed with OMS. The user properties are put in the request headers, and the message body is in the http body and we set Content-Type to application/octet-stream. For the example api in the specification, the http binding would be like the following.
At present, many message middlewares on the cloud provide http services, such as SNS, SQS in AWS, MNS in Alibaba Cloud, etc., with the rapid spread of http2, there will be more messaging services using http transmission in the future.
So many users hope that OpenMessaging can provide binding to the http message service to help users quickly access the messaging services of various vendors.
The text was updated successfully, but these errors were encountered: