michaelklishin / rabbitmq-java-client-gae-example

Demonstrates how to use RabbitMQ Java client 3.3's thread factory on Google App Engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RabbitMQ Java Client on Google App Engine Example

Google App Engine restricts direct thread instantiation. This repository contains an example that customizes RabbitMQ Java client thread factory to make it possible to use the client on GAE.

This project requires RabbitMQ Java client 3.3 (unreleased as of February 2014).

Building

gradle assemble

License & Copyright

(c) Michael S. Klishin, 2014

Released under the MIT license.

About

Demonstrates how to use RabbitMQ Java client 3.3's thread factory on Google App Engine


Languages

Language:Java 83.0%Language:Groovy 17.0%