I would like to create a background thread for consuming messages from a RabbitMQ queue and fire events to the main UI thread based on the message contents.
Could you please give me some suggestions for it?
I thought for a Shared Service with its on module and this service should create the background thread.
Could you please give me some suggestions for it?
I thought for a Shared Service with its on module and this service should create the background thread.