GH-3626: RabbitMQ Stream Support (#3895)

Resolves https://github.com/spring-projects/spring-integration/issues/3626

- spec for stream listener container
- move message handler from scst to here; add spec

* Fix test.

* Polishing and Docs.

* Fix anchors in doc.

* Don't Extend `AbstractMessageProducingHandler`
This commit is contained in:
Gary Russell
2022-09-26 17:43:37 -04:00
committed by GitHub
parent cbfa150dfa
commit 26816a3eef
17 changed files with 988 additions and 19 deletions

View File

@@ -162,7 +162,6 @@ public class IntegrationManagementConfigurer
return this.metricsCaptor;
}
@Nullable
private void setupObservationRegistry() {
if (this.observationRegistry == null && this.observationRegistryProvider != null) {
this.observationRegistry = this.observationRegistryProvider.getIfUnique();