0
Answer

Read data from a MSMQ Datasource and show in real time

Ask a question
Gautam

Gautam

14y
3k
1

                        Hi I need to build a system which needs to show data on almost near real time basis from a MSMQ data source and this sould be showin in image with a circle as to where the incident occurs.
This is the description given.
 
The position of the Incident relative to the 123 mark is requested to be represented on a circular concentration diagram .
The algorithm will have to export the location of each incident relative to the 123 mark in polar coordinates (r,?) and translate this position to the 'master image' coordinate system that will display Incident location.
I have two questions.
1. How can i show the data in an Image and also please point me to any material which might help me with the same.
2. How do i show almost real time data from a MSMQ data source and also how do i architect the same for performance.