Sha256: fecdce302e3935eb3244783378f70194d1c29dc27c7b3c92361c39f71477ff14
Contents?: true
Size: 263 Bytes
Versions: 11
Compression:
Stored size: 263 Bytes
Contents
#!/usr/bin/env bash read -r -d '' MESSAGE << EOM { "properties":{}, "routing_key":"say.hello", "payload": "ignored", "payload_encoding": "string" } EOM curl -i -XPOST -d"${MESSAGE}" http://guest:guest@localhost:15672/api/exchanges/%2f/amq.topic/publish
Version data entries
11 entries across 11 versions & 1 rubygems