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
{{ message }}
This repository was archived by the owner on Dec 16, 2021. It is now read-only.
The current implementation of mr4c provides a default HttpMessageHandler which provides plumbing to send messages to a registered topic URL.
This works, and sends topic messages to the remote URL.
HttpMessageHandler
There is currently no mechanism to receive any http messages via a same / similar route.
The API is there
MessageConsumerfor which you implementvirtual void receiveMessage(const Message& msg)However mr4c is missing a Http Message Handler for receiving messages, and sending them through to any registered MessageConsumers