Hi All,
We have using real-time messaging api to notify and send the new server data to the UI as a java Map to display in a list grid.
We have a scenario when our application receives large number data from the external device which we have to display in the list grid. There are cases when the back-end receives thousands of records in a second or two. In this case, the UI seems to be hanging and not responding to the user operation and finally time-out.
Can you please suggest a better approach / idea to deal with such a large amount of data in a small amount of time and how do we handle it through messaging API.
Thanks and best regards
We have using real-time messaging api to notify and send the new server data to the UI as a java Map to display in a list grid.
We have a scenario when our application receives large number data from the external device which we have to display in the list grid. There are cases when the back-end receives thousands of records in a second or two. In this case, the UI seems to be hanging and not responding to the user operation and finally time-out.
Can you please suggest a better approach / idea to deal with such a large amount of data in a small amount of time and how do we handle it through messaging API.
Thanks and best regards
Comment