Skip to content

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

@l4mby

Description

@l4mby

The user could create an AMQP Message specifically for streams and the publisher should publish such message

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

const publishResult = await publisher.publish(message)

Metadata

Metadata

Assignees

Labels

todoNext feature to implement

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions