adamjones2

Results 3 issues of adamjones2

Eg. a request body schema of: ```json { "required": [ "inputDate" ], "type": "object", "properties": { "inputDate": { "type": "string", "format": "date" }, "ids": { "type": "array", "items": { "type":...

I'd like to use EasyNetQ to subscribe to a Rabbit topic exchange which is published to and managed out of my control and thus not by EasyNetQ. I'm struggling to...