Skip to content
This repository was archived by the owner on Dec 16, 2021. It is now read-only.

MessageConsumer API missing callback to recieveMessage (for http) #17

Open
rbuckland opened this issue Oct 13, 2015 · 0 comments
Open

Comments

@rbuckland
Copy link

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 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

@rbuckland rbuckland changed the title ReceiveMessage API missing callback to recieveMessage MessageConsumer API missing callback to recieveMessage (for http) Oct 13, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant