简体   繁体   中英

activeMQ on linux server and Windows client

I will work with ActiveMQ installed on a Linux server. As I'm developing in C#, I'm thinking of making a queue management program (which I call "windows client"). For each message received in a queue, my windows client must trigger a specific C# executable (associate to the type of message).

My question: I installed and tested activeMQ on Windows and my C# program works. However can I read ActiveMQ queues from a Linux server from a C# windows program? Thks

ActiveMQ supports a number of messaging protocols which can interoperate across platforms without issue.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM