Skip to content

UI/API: Get message does not work for Stream queues #1223

@jage

Description

@jage

Summary

When clicking "Get message" it just responds "No messages in queue", even though there are messages there.

Current Behavior

Pretty sure this is due to us using basic_get which isn't a thing for Stream Queues:

# Stream queues does not support basic_get, so always returns `false`
def basic_get(no_ack, force = false, & : Envelope -> Nil) : Bool
false
end

Desired Behavior

I'd like to be able to "look at" any message in the stream, e.g. first, last or position N.

Screenshots/Mockups

Image

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions