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 Ac开发者_Go百科tiveMQ
Consumers (Client) in Cocoa Application ?
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.
精彩评论