amqpfind February 2023
md5sum

Python requirements
Multi-server: Python 2.7 and greater
Single Server: Python 2.6 and greater

Tested operating systems
Redhat/CentOS 7 and 8
OS X 10.0

Installation information
The link above allows you to download the most recent version of the zip file for the amqpfind package. If you are installing the package for the first time, place the file amqpfind.zip in the directory of your choosing. Once in place, use a program such as unzip or gunzip to extract the files. The following directory structure will be created:

$PWD/amqpfind
amqpfind
amqpfind.py
amqpsend.py
example-custom-amqpfind.py
pika-1.1.0-py2.py3-none-any.whl
receive_process_send.py
test_cc_send.pp amqpfind.py

If you are updating to a new version, follow the instructions provided by your unzip program to choose how overwrite an existing installation.,

Running amqpfind
python $PWD/amqpfind.py <parameters>
$PWD/amqpfind/amqpfind <parameters>

Add it to your path and run it directly (bash).
export PATH=$PWD/amqpfind:$PATH
amqpfind <parameters>