Removed examples

This commit is contained in:
Josh Cox 2017-07-28 11:43:51 -05:00
parent 59ee503911
commit 97e03837ab
4 changed files with 0 additions and 56 deletions

View File

@ -1,11 +0,0 @@
# RabbitMQ Examples
I needed to test a rabbitMQ with some basics so I forked the official tutorials and added a Dockerfile
[here](https://github.com/joshuacox/rabbitmq-tutorials/tree/jsdockerfile/javascript-nodejs)
[dockerhub here](https://hub.docker.com/r/joshuacox/rabbitmq-tutorials/)
In that fork, there is a `Makefile` that can run through the proof of
concept. `make` will start a rabbitmq container, then start all the
listeners as deamons, and the emitters to run once. The emitters are
ephemeral and will go away once their message is sent or they error out.

View File

@ -1,38 +0,0 @@
version: '2'
catalog:
name: RabbitMQ_Examples
version: 3.6-rancher1
description: |
tutorial storage examples
questions:
- variable: rabbitmq_link
description: "rabbitmq service link"
label: "rabbitmq stack/service"
default: ""
required: false
type: "service"
services:
receive:
scale: 1
send:
scale: 1
worker:
scale: 1
newtask:
scale: 1
rpcserver:
scale: 1
rpcclient:
scale: 1
receivelogs:
scale: 1
emitlog:
scale: 1
receivelogsdirect:
scale: 1
emitlogdirect:
scale: 1
receivelogstopic:
scale: 1
emitlogtopic:
scale: 1

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.0 KiB

View File

@ -1,7 +0,0 @@
name: RabbitMQ 3.6 Tutorial Examples
description: |
Robust messaging for applications Examples
version: 3.6-rancher1
category: Message queues
maintainer: "Josh Cox <josh@webhosting.coop>"
minimum_rancher_version: v0.59.0