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.
There is currently no mechanism to receive any http messages via a same / similar route.
The API is there MessageConsumer for which you implement virtual void receiveMessage(const Message& msg)
However mr4c is missing a Http Message Handler for receiving messages, and sending them through to any registered MessageConsumers
The text was updated successfully, but these errors were encountered:
rbuckland
changed the title
ReceiveMessage API missing callback to recieveMessage
MessageConsumer API missing callback to recieveMessage (for http)
Oct 13, 2015
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
MessageConsumer
for 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
The text was updated successfully, but these errors were encountered: