Skip to content

Conversation

@l4mby
Copy link
Contributor

@l4mby l4mby commented Jun 30, 2025

In this PR, we add the possibility of creating a publisher from the connection.
The publisher can be linked to an exchange or a queue, or it can be an unlinked publisher.
With the publish method it is possible to send messages to the linked destination of the publisher, or if the publisher is not linked the message can have a destination property in order to manually choose where to send the message.

@l4mby l4mby requested a review from apietroni51 June 30, 2025 10:27
@l4mby l4mby linked an issue Jun 30, 2025 that may be closed by this pull request
@l4mby l4mby marked this pull request as ready for review June 30, 2025 13:56
@apietroni51 apietroni51 merged commit 6e0d1c7 into main Jun 30, 2025
4 checks passed
@albertobarrila albertobarrila deleted the 6-as-a-library-user-i-want-to-create-a-publisher-so-i-can-publish-messages branch July 4, 2025 08:53
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 create a Publisher so I can publish messages

3 participants