ibm-messaging / mq-asyncapi-java-template

This repository is no longer used and the project is now hosted within the ASyncAPI organisation.
https://github.com/asyncapi/java-template
Apache License 2.0
5 stars 1 forks source link

Implement anonymous message support (v2) #21

Closed dan-r closed 3 years ago

dan-r commented 3 years ago

Support for anonymous messages to remove the need to exit when no components are provided.

Re-implementation of #12 after Kafka implementation caused a rework.

Tests are still needed.

dan-r commented 3 years ago

All tests are now passing but further tests are required to validate anonymous message functionality.