AMQP
Feature list
- Low vs high-level
- TLS support
- Stats / Metrics / Monitoring (
S
) - Auto-reconnect (
R
) - Topology recovery (
TR
)
"""Basic message consumer example""" | |
import functools | |
import logging | |
import pika | |
LOG_FORMAT = ('%(levelname) -10s %(asctime)s %(name) -30s %(funcName) ' | |
'-35s %(lineno) -5d: %(message)s') | |
LOGGER = logging.getLogger(__name__) | |
logging.basicConfig(level=logging.DEBUG, format=LOG_FORMAT) |
S
)R
)TR
)# https://help.ubuntu.com/community/Logitech_Marblemouse_USB | |
# https://wiki.archlinux.org/index.php/Logitech_Marble_Mouse | |
# | |
# Xorg Functions | |
# 1 = Left Click | |
# 2 = Middle Click | |
# 3 = Right Click | |
# 4 = Mouse Cursor Down | |
# 5 = Mouse Cursor Up | |
# 6 = Mouse Cursor Left |
#!/usr/bin/env ruby | |
require 'bunny' | |
require 'dotenv/load' | |
connection = Bunny.new ENV['CLOUDAMQP_URL3'] | |
connection.start | |
channel = connection.create_channel # Declare a channel | |
for i in 1..1 | |
puts "Creating queue #{i}" |
<?xml version="1.0"?> | |
<gpx xmlns="http://www.topografix.com/GPX/1/1" xmlns:gpxx="http://www.garmin.com/xmlschemas/GpxExtensions/v3" creator="CALTOPO" version="1.1"><wpt lat="46.23509721088818" lon="-121.51059653641363"><name>Adams Adams Glacier camp 7500</name></wpt></gpx> |
$ python ./rabbitmqadmin | |
ERROR: Action not specified | |
rabbitmqadmin --help for help | |
$ python ./rabbitmqadmin --help | |
Usage | |
===== | |
rabbitmqadmin [options] subcommand |
rabbitmq.config | |
*.bin | |
*env*/ | |
*.pyc |
*.beam |
*env*/ | |
*.pcap* | |
logs/ | |
rabbitmq-perf-test*/ | |
toxiproxy-*-amd64 |