-
Notifications
You must be signed in to change notification settings - Fork 1.1k
GH-10090: Add Java DSL for AMQP 1.0 adapters #10468
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great!
2 nitpicks.
Thanks for the docs and tests!
.../main/java/org/springframework/integration/amqp/dsl/AmqpClientInboundChannelAdapterSpec.java
Show resolved
Hide resolved
spring-integration-amqp/src/main/java/org/springframework/integration/amqp/dsl/AmqpClient.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
Just my usual nitpicks. 😄 If you agree with the nitpicks I can fix on merge.
.../main/java/org/springframework/integration/amqp/dsl/AmqpClientInboundChannelAdapterSpec.java
Outdated
Show resolved
Hide resolved
.../main/java/org/springframework/integration/amqp/dsl/AmqpClientInboundChannelAdapterSpec.java
Outdated
Show resolved
Hide resolved
...mqp/src/main/java/org/springframework/integration/amqp/dsl/AmqpClientInboundGatewaySpec.java
Outdated
Show resolved
Hide resolved
spring-integration-amqp/src/main/java/org/springframework/integration/amqp/dsl/AmqpClient.java
Outdated
Show resolved
Hide resolved
.../main/java/org/springframework/integration/amqp/dsl/AmqpClientInboundChannelAdapterSpec.java
Outdated
Show resolved
Hide resolved
...mqp/src/main/java/org/springframework/integration/amqp/dsl/AmqpClientInboundGatewaySpec.java
Outdated
Show resolved
Hide resolved
...mqp/src/main/java/org/springframework/integration/amqp/dsl/AmqpClientInboundGatewaySpec.java
Outdated
Show resolved
Hide resolved
That's not nit-pick. Thanks. On it. |
Fixes: spring-projects#10090 * Rework `amqp-1.0.adoc` code snippets to tabs to demonstrate AMQP 1.0 channel adapters with different supported DSLs
* Remove from `AmqpClientInboundGateway` wrong delegate for the `taskScheduler` since gateway does not do batches * Remove `taskScheduler` property from the `AmqpClientInboundGatewaySpec` * Correct `AmqpClientMessageHandler` Javadoc about `SmartMessageConverter`
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Thanks for the edits!!!
Fixes: #10090
amqp-1.0.adoc
code snippets to tabs to demonstrate AMQP 1.0 channel adapters with different supported DSLs