hi all,
I am designing an E2E system that needs to send messages (unicast and multicast) from java backend to large numbers of embedded c clients.
I am looking into XMPP pubsub as an option to use in my design. In my use case I have one publisher, small number (hundreds) of nodes (topics) and large number of subscribers (millions).
1) how common is the use of XMPP pubsub for this case? should I look into other pubsub alternatives?
2) what are the options for embedded C clients that supports pubsub?
I looked into "libstrope" and figure out that it gives very low level (stanza manipulation) capabilities.
Thanks in advance,
Itay