Tags: asyncapi/java-spring-template
Tags
feat: add support for channel parameters (#352) * add pattern support for kafka * add pattern support for mqtt message handling * use mqtt specific wildcard * mqtt publish implementation * adopt interface for other protocols * update tests * general amqp routing key support * fix current amqp methods * provide arbitrary methods for amqp * provide arbitrary methods for mqtt * update tests * provide arbitrary methods for kafka in message handler * provide arbitrary methods for kafka in publisher * update tests * update readme, resolve missing features, add attention bar
feat: add support for additionalProperties (#272) (#273) * feat: Add support for additionalProperties (#272) * fix: Map imports (#272) * fix: Allow additionalProperties=false (#272) * test: Extend test case for boolean (#272) * test: Extend test case for oneOf (#272) * rework: Remove else-branch to check value (#272) * update from master, fix order of imports and tests * fix case when `additionalProperties = true` --------- Co-authored-by: Semen <[email protected]>
feat: update aqmp config (#310) * Updated config file for amqp * Added publisher service * Added listeners and publisher code * Updated AMQP config and added sample config files to test * Updated amqp config * Segregated declarables for exchanges and queues * Updated test snapshots * fix double dependency * fix snapshots --------- Co-authored-by: Semen <[email protected]>
feat: added mqttClientId parameter with a defualt value (#295) * Added mqttClientId parameter with a defualt value * Implemented request changes --------- Co-authored-by: Vaishnavi Nandakumar <[email protected]>, Semen <[email protected]>
PreviousNext