Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/briancline/softlayer-message-queue-java
SoftLayer Message Queue Java client
https://github.com/briancline/softlayer-message-queue-java
Last synced: 16 days ago
JSON representation
SoftLayer Message Queue Java client
- Host: GitHub
- URL: https://github.com/briancline/softlayer-message-queue-java
- Owner: briancline
- License: mit
- Created: 2013-12-11T15:39:37.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-21T06:11:19.000Z (almost 11 years ago)
- Last Synced: 2023-03-10T20:05:08.672Z (almost 2 years ago)
- Language: Java
- Homepage:
- Size: 1.21 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
SoftLayer Message Queue - Java Client
========================================
This code provides bindings written in Java to communicate with the
[SoftLayer Message Queue API](http://sldn.softlayer.com/reference/messagequeueapi).Requirements
------------
* Java 1.6.0+
* gson-2.2.1.jar
* json-20080701.jar
* log4j.jar
* reslet
* reslet json
* JUnit (in order to run tests)
* An active SoftLayer customer account with message queue serviceNeed more help?
---------------For additional guidance and information, check out the
[Message Queue API reference](http://sldn.softlayer.com/reference/messagequeueapi)
or the [SoftLayer Developer Network forum](https://forums.softlayer.com/forumdisplay.php?f=27).For specific issues with the Java client library, get in touch with us via the
[SoftLayer Developer Network forum](https://forums.softlayer.com/forumdisplay.php?f=27)
or the [Issues page on our GitHub repository](https://github.com/softlayer/softlayer-message-queue-php/issues).License
-------Copyright (c) 2013 SoftLayer Technologies, Inc.
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
of the Software, and to permit persons to whom the Software is furnished to do
so, subject to the following conditions:The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.