github.com/etecs-ru/gnomock@v0.13.2/sdktest/python/test/testdata/rabbitmq/messages.jsonl (about) 1 { 2 "queue": "events", 3 "content_type": "text/plain", 4 "string_body": "something else" 5 } 6 { 7 "queue": "alerts", 8 "content_type": "text/plain", 9 "string_body": "memory pressure" 10 } 11 { 12 "queue": "alerts", 13 "content_type": "text/binary", 14 "body": "Z25vbW9jaw==" 15 }