Commit Graph

2 Commits

Author SHA1 Message Date
Artem Bilan
01d22edfd1 Address PR reviews:
* Fix typos and language in README
* Fix new line in the end of `application.yml`
* Move `@Bean` for `RabbitMQContainer` as a regular `static` property on the class with a `@Container`
* Use `@Testcontainers(disabledWithoutDocker = true)`
* Move `@RabbitListener` method directly to test class
* In the end we don't need extra `@TestConfiguration` class at all
2024-12-09 08:59:32 -05:00
Artem Bilan
a45fe81690 Add zip-split-rabbit-binder sample
More info in: https://stackoverflow.com/questions/79250487/is-there-any-way-to-build-an-sftpsupplier-splitter-batch-producer-with-spring
2024-12-06 16:53:04 -05:00