B4J Question B4J MQTT Connector for B4J Database

CR95

Active Member
Licensed User
Thanks for the quick reply
Let me explain what I would like to do.
Below is a picture with my actual situation using WebSocket for both standard (NON SQL) or SQL requests :

CS Overview.png


I know how to replace NON SQL requests by using MQTT on both sides Client and Server.

Question is for for replacing WebSocket Database transactions by MQTT transactions.
My understanding is :
- Client Side : B4A DBRequest manager has to be changed for sending SQL instructions by MQTT demands
- Server Side : B4J Server has to be completed for managing MQTT demands (similar to the change for NON SQL requests)
- Server Side : B4J RDC Handler has to be changed for managing MQTT SQL instructions
- Server Side : B4J RDC Connector has NOT to be changed

Please could you confirm ?
 
Upvote 0
Top