-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
AMQP Reference Guide #18717
AMQP Reference Guide #18717
Conversation
|
||
include::{generated-dir}/config/quarkus-smallrye-reactive-messaing-amqp.adoc[opts=optional, leveloffset=+1] | ||
|
||
=== Incoming channel configuration |
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.
Are these properties defined somewhere else? Asking because this could easily drift
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.
Kind of, they are generated from the list of @ConnectorAttribute in the connector.
We have an annotation processor generating this table.
So, the only task is to copy/paste the table when we update (if we changed the attributes).
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.
I added some suggestions/typo fixes.
|
||
== Receiving AMQP messages | ||
|
||
Let's imagine, your application receives `Message<Double>`. |
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.
Let's imagine, your application receives `Message<Double>`. | |
Let's imagine your application receives `Message<Double>`. |
To send messages to RabbitMQ: | ||
|
||
* set the destination address (anonymous sender are not supported) | ||
* set use-anonymous-sender to false |
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.
* set use-anonymous-sender to false | |
* set `use-anonymous-sender` to false |
bd39e42
to
a1f2f36
Compare
No description provided.