I’ve found ActiveMQ that use for message broker and that’s good for cross-platform
Have any guide to implement ActiveMQ Consumers (Client) in Cocoa Application ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You could use ActiveMQ-CPP and then do some research on using C++ from Objective-C, seems like there’s some extensions that allow that. Or you can quickly write a little Stomp client in Objective-C for you app.