What's the easiest method for sharing data between applications? MessageQueue looked promising, but it doesn't appear available in Core.
I need to be able to send data between different applications that are using both Core & Framework. So, Core<->Core, Core<->Framework communication. Can't use cloud services, although RabbitMQ could be used if there's nothing well supported natively or current on Nuget.