Skip to content

Conversation

@l4mby
Copy link
Contributor

@l4mby l4mby commented Jul 8, 2025

This PR adds the possibility to define message annotations and publish messages into a stream
It will be possible to create and publish the message as such:

const message = createAmqpMessage({ body: "Hello World!", annotations: { "x-stream-filter-value": "invoices" }})
const publishResult = await publisher.publish(message)

@l4mby l4mby linked an issue Jul 8, 2025 that may be closed by this pull request
@l4mby l4mby merged commit fc79c3c into main Jul 8, 2025
4 checks passed
@apietroni51 apietroni51 deleted the 33-as-a-library-user-i-want-to-publish-messages-to-a-stream branch July 17, 2025 09:14
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.

As a library user I want to publish messages to a stream

3 participants