michaelklishin/langohr

documentation incorrect for http://reference.clojurerabbitmq.info/langohr.basic.html#var-publish

shmish111 opened this issue · 3 comments

publish does not use varagrs for properties however example in docs show that it does.

@shmish111 I don't see any examples in master, possibly we haven't redeployed API reference docs in a while.

Also just found another one. Docs for publish says "Payload can be anything the langohr.conversion/BytePayload protocol is extended for" however the protocol is actually clojurewerkz.support.bytes/ByteSource

@shmish111 OK, should be good now, thanks for bringing this up.