Boeboe
Boeboe

Reputation: 2170

Automatic documentation/contract generation for Pub/Sub RabbitMQ

In the REST world, we have something like a Swagger Specification, which fully describes the contract over a REST interface boundary (between client and server). Those Swagger specifications can be used to auto-generate REST clients, but also to automatically generate documentation for your REST API consumers. These Swagger Specification, moreover, are also a valuable asset w.r.t. CI and versioning of your API.

I was wondering if a similar solution exists in the asynchronous Publish Subscribe world: let's say a typical AMQP Consumer/Producer on RabbitMQ....

Best regards,

Bart

Upvotes: 19

Views: 2546

Answers (2)

melvin
melvin

Reputation: 91

Just discovered this, and it is promising: https://www.asyncapi.com/

Upvotes: 0

Boeboe
Boeboe

Reputation: 2170

FYI, currently looking into following solutions:

Upvotes: 3

Related Questions