{ "info": { "_postman_id": "5e607a88-c384-4bcc-a854-12c2e6cb08fa", "name": "Project78", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "_exporter_id": "4185850" }, "item": [ { "name": "Simple Queue", "request": { "method": "GET", "header": [], "url": { "raw": "http://localhost:8080/simple", "protocol": "http", "host": [ "localhost" ], "port": "8080", "path": [ "simple" ] } }, "response": [] }, { "name": "Direct Exchange", "request": { "method": "GET", "header": [], "url": { "raw": "http://localhost:8080/simple", "protocol": "http", "host": [ "localhost" ], "port": "8080", "path": [ "simple" ] } }, "response": [] }, { "name": "Fan Out", "request": { "method": "GET", "header": [], "url": { "raw": "http://localhost:8080/fanout", "protocol": "http", "host": [ "localhost" ], "port": "8080", "path": [ "fanout" ] } }, "response": [] }, { "name": "Topic Exchange", "request": { "method": "GET", "header": [], "url": { "raw": "http://localhost:8080/topic", "protocol": "http", "host": [ "localhost" ], "port": "8080", "path": [ "topic" ] } }, "response": [] }, { "name": "Error", "request": { "method": "GET", "header": [], "url": { "raw": "http://localhost:8080/error", "protocol": "http", "host": [ "localhost" ], "port": "8080", "path": [ "error" ] } }, "response": [] }, { "name": "RPC", "request": { "method": "GET", "header": [], "url": { "raw": "http://localhost:8080/rpc", "protocol": "http", "host": [ "localhost" ], "port": "8080", "path": [ "rpc" ] } }, "response": [] } ] }