Skip to content

Conversation

@ggreen
Copy link

@ggreen ggreen commented Nov 20, 2025

Closes issue# 3222

Adding documentation to provide an example Spring AMPQ RabbitMQ Stream plugin support to set the Super Stream Routing

Signed-off-by: Gregory Green [email protected]

…m plugin support to set the Super Stream Routing

Signed-off-by: Gregory Green <[email protected]>
Copy link
Member

@artembilan artembilan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please, revise the DCO concern.
I guess, there is some discrepancy that you tried to use your legal name manually, but your Git config comes with other values.

If anything works for you, we will fix this issue ourselves, but will definitely take your code into the final solution.

Thank you!

}
----

The following is an example of sending a message using a RabbitStreamTemplate
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The RabbitStreamTemplate must be as a conde snippet.
Similar to the RabbitTemplate below.
Also, please, consider to add a colon in the end of this sentence since you are pointing to the sample next to it.

//Send a message with the routing property for the hashing algorithm
rabbitStreamTemplate.send(rabbitStreamTemplate
.messageBuilder().addData(converter.convert(domainObject))
.applicationProperties().entry("ROUTING_KEY",domainObject.getId())
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A space after comma.
Also, looks like there are indents problems in this code.
No need in exta from the left.
Plus they have to be spaces, not tabs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants