diff --git a/rabbitmq.ini b/rabbitmq.ini deleted file mode 100644 index 011d55b..0000000 --- a/rabbitmq.ini +++ /dev/null @@ -1,6 +0,0 @@ -[program:rabbitmq] -command=rabbitmq-server -priority=1 -redirect_stderr=true -stdout_logfile=/dev/fd/1 -stdout_logfile_maxbytes=0 diff --git a/rabbitmq.json b/rabbitmq.json deleted file mode 100644 index a391e18..0000000 --- a/rabbitmq.json +++ /dev/null @@ -1,215 +0,0 @@ -{ - "bindings": [ - { - "arguments": {}, - "destination": "firehose.topic", - "destination_type": "exchange", - "routing_key": "#", - "source": "amq.rabbitmq.trace", - "vhost": "/" - }, - { - "arguments": {}, - "destination": "midpoint_hr", - "destination_type": "queue", - "routing_key": "midpoint_hr", - "source": "midpoint", - "vhost": "/" - }, - { - "arguments": {}, - "destination": "sor_person", - "destination_type": "queue", - "routing_key": "sor_person", - "source": "sor", - "vhost": "/" - }, - { - "arguments": {}, - "destination": "ACCT101", - "destination_type": "queue", - "routing_key": "basis.courses.ACCT101", - "source": "amq.topic", - "vhost": "/" - }, - { - "arguments": {}, - "destination": "CS101", - "destination_type": "queue", - "routing_key": "basis.courses.CS101", - "source": "amq.topic", - "vhost": "/" - }, - { - "arguments": {}, - "destination": "CS102", - "destination_type": "queue", - "routing_key": "basis.courses.CS102", - "source": "amq.topic", - "vhost": "/" - }, - { - "arguments": {}, - "destination": "MATH101", - "destination_type": "queue", - "routing_key": "basis.courses.MATH101", - "source": "amq.topic", - "vhost": "/" - }, - { - "arguments": {}, - "destination": "TIER101", - "destination_type": "queue", - "routing_key": "basis.courses.TIER101", - "source": "amq.topic", - "vhost": "/" - } - ], - "exchanges": [ - { - "arguments": {}, - "auto_delete": false, - "durable": true, - "internal": false, - "name": "midpoint", - "type": "topic", - "vhost": "/" - }, - { - "arguments": {}, - "auto_delete": false, - "durable": true, - "internal": false, - "name": "sor", - "type": "topic", - "vhost": "/" - }, - { - "arguments": {}, - "auto_delete": false, - "durable": true, - "internal": false, - "name": "firehose.topic", - "type": "topic", - "vhost": "/" - } - ], - "parameters": [], - "permissions": [ - { - "configure": ".*", - "read": ".*", - "user": "guest", - "vhost": "/", - "write": ".*" - }, - { - "configure": ".*", - "read": ".*", - "user": "mysql", - "vhost": "/", - "write": ".*" - }, - { - "configure": ".*", - "read": ".*", - "user": "sis_user", - "vhost": "/", - "write": ".*" - }, - { - "configure": ".*", - "read": ".*", - "user": "midpoint", - "vhost": "/", - "write": ".*" - } - ], - "policies": [], - "queues": [ - { - "arguments": {}, - "auto_delete": false, - "durable": true, - "name": "firehose", - "vhost": "/" - }, - { - "arguments": {}, - "auto_delete": false, - "durable": true, - "name": "midpoint_hr", - "vhost": "/" - }, - { - "arguments": {}, - "auto_delete": false, - "durable": true, - "name": "sor_person", - "vhost": "/" - }, - { - "arguments": {}, - "auto_delete": false, - "durable": true, - "name": "CS102", - "vhost": "/" - }, - { - "arguments": {}, - "auto_delete": false, - "durable": true, - "name": "CS101", - "vhost": "/" - }, - { - "arguments": {}, - "auto_delete": false, - "durable": true, - "name": "MATH101", - "vhost": "/" - }, - { - "arguments": {}, - "auto_delete": false, - "durable": true, - "name": "ACCT101", - "vhost": "/" - }, - { - "arguments": {}, - "auto_delete": false, - "durable": true, - "name": "TIER101", - "vhost": "/" - } - ], - "rabbit_version": "3.3.5", - "users": [ - { - "name": "midpoint", - "password_hash": "NPRHRH/7sII4hjRpMjx7nGv8Hts=", - "tags": "" - }, - { - "name": "mysql", - "password_hash": "F/ngi0JcvYcXYbloSEISdlYqKfo=", - "tags": "" - }, - { - "name": "sis_user", - "password_hash": "5x3yS5eXea8iSGejDoh4L9Ex2xk=", - "tags": "administrator" - }, - { - "name": "guest", - "password_hash": "4e2kx67rm/QsibQrLcfxyMQMDv4=", - "tags": "administrator" - } - ], - "vhosts": [ - { - "name": "/" - } - ] -} diff --git a/rabbitmqctl.ini b/rabbitmqctl.ini deleted file mode 100644 index e6ad3d9..0000000 --- a/rabbitmqctl.ini +++ /dev/null @@ -1,6 +0,0 @@ -[program:rabbitmqctl] -command=/root/rabbitmqctl.sh -priority=3 -redirect_stderr=true -stdout_logfile=/dev/fd/1 -stdout_logfile_maxbytes=0 diff --git a/rabbitmqctl.sh b/rabbitmqctl.sh deleted file mode 100755 index 08f0777..0000000 --- a/rabbitmqctl.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/bash -sleep 5 -rabbitmqctl trace_on -tail -f /dev/null diff --git a/trace.ini b/trace.ini deleted file mode 100644 index 2aa44a8..0000000 --- a/trace.ini +++ /dev/null @@ -1,7 +0,0 @@ -[program:trace] -command=/usr/lib/jvm/zulu-8/bin/java -cp rabbittrace-0.1-jar-with-dependencies.jar edu.unc.tier.rabbittrace.Trace '#' -directory=/root -priority=2 -redirect_stderr=true -stdout_logfile=/dev/fd/1 -stdout_logfile_maxbytes=0