Skip to content

Conversation

l4mby
Copy link
Contributor

@l4mby l4mby commented Jun 10, 2025

This pr adds the possibility of creating or deleting queues through the management.
Also an async version of managament close is implemented

@l4mby l4mby requested a review from apietroni51 June 10, 2025 15:33
@l4mby l4mby linked an issue Jun 10, 2025 that may be closed by this pull request
import { DeletedQueueInfo, QueueInfo } from "./queue.js"

interface ResponseDecoder {
decodeFrom: (receivedMessage: Message, sentMessageId: string) => unknown
Copy link
Contributor

Choose a reason for hiding this comment

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

should this return a Result<T,K>?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yes, it should return something like Result<unknown, Error>

@l4mby l4mby merged commit 1a9a836 into main Jun 11, 2025
4 checks passed
@apietroni51 apietroni51 deleted the 4-as-a-library-user-i-want-to-create-a-queue-without-using-the-management-ui 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 create a Queue without using the management ui

2 participants