Search code examples
cocoajmsmessageactivemq-classicstomp

Have any guide to implement ActiveMQ with Cocoa Application?


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 ?


Solution

  • 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.