rabbitmq

command module
v0.0.0-...-ba37b00 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 22, 2021 License: Apache-2.0 Imports: 1 Imported by: 0

README

rabbitmq

Quick Start

Step 1

make all

Step 2

# Consumer 1
go run . consumer one

# Now in another terminal window
go run . consumer two

Step 3

# In a separate terminal window 
go run . producer
kubectl exec --stdin --tty rabbitmq-7d6959db66-49xbx -- /bin/bash

docker run -d \
  -it \
  --name rabbitmq \
  --mount type=bind,source="$(pwd)"/config,target=/etc/rabbitmq/conf.d \
  -p 15672:15672 -p 5671:5671 \
  rabbitmq:3-management


docker run -d -v config/:/etc/rabbitmq/conf.d -p 15672:15672 -p 5671:5671 rabbitmq:3-management
  
docker exec -ti rabbitmq /bin/bash  

Ginko for tests

cd utils
ginkgo bootstrap
ginkgo generate utils

Documentation

Overview

Copyright © 2021 NAME HERE <EMAIL ADDRESS>

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Directories

Path Synopsis
lib
wrapper

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL