Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/briancline/softlayer-message-queue-objective-c
SoftLayer Message Queue Objective-C client
https://github.com/briancline/softlayer-message-queue-objective-c
Last synced: about 1 month ago
JSON representation
SoftLayer Message Queue Objective-C client
- Host: GitHub
- URL: https://github.com/briancline/softlayer-message-queue-objective-c
- Owner: briancline
- Created: 2013-12-11T15:42:01.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-21T06:12:41.000Z (almost 11 years ago)
- Last Synced: 2023-03-10T20:05:08.725Z (almost 2 years ago)
- Language: Objective-C
- Size: 186 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
SoftLayer Messaging Queue - iOS and Mac OS X
============================================This repository includes the SoftLayer Messaging Queue for iOS and MacOS X. Included in the repository are sources for a MacOS X framework and an iOS static library each of which include Objective-C classes for working with the [SoftLayer Messaging Queue API](http://sldn.softlayer.com/reference/messagequeueapi). Also included are two sample projects, one for iOS and one for Mac OS X, which demonstrate how to call routines in the Messaging Queue API. All four projects are collected together in the XCode workspace titled SLMessaging.xcworkspace.
The projects were developed using XCode 4.5. The iOS projects rely on the iOS 6 SDK and the MacOS X projects were built to the MacOS X 10.8 SDK.
Requests to the messaging API within the libraries are handled asynchronously with responses delivered through blocks. The general form of a call is:
```objective-c
- (id