Scarlet
Scarlet copied to clipboard
How to subscribe to a topic or send message to different endpoint with same Scarlet Instance
Hi, I'm trying to communicate with a STOMP server with my Android APP. There is an issue about that, but it is closed and not so much helpful. For example how can I subscribe to a topic with the same Scarlet/Service instance? How to Send a message to an other subEndpoint?
It will be very useful for example extend the annotations @Receive and @Send to append a different endpoint like STOMP Spring Server can offer.
Thanks
@francescogatto
We are working on it: https://github.com/Tinder/Scarlet/tree/0.2.x
Please check out the demo app and tests
Any progress so far?