michaelklishin / rabbit-hole

RabbitMQ HTTP API client in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

/api/exchanges/vhost/name/publish and /api/queues/vhost/name/get Not available

van-scott opened this issue · comments

/api/exchanges/vhost/name/publish and /api/queues/vhost/name/get Can't find the corresponding api.
Is it not implement?

This issue is open which means it has never been implemented. Publishing over HTTP API is a last resort measure so I would close this without implementing.

This won't be addressed unless there is a critical mass of demand for it. Publish and consume using actual messaging client libraries, not those endpoints.