Skip to content

Commit 0e10f86

Browse files
Add a new queue type coming in Tanzu RabbitMQ 4.x
1 parent 42d6074 commit 0e10f86

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/commons.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,8 @@ pub enum QueueType {
345345
Classic,
346346
Quorum,
347347
Stream,
348+
// Tanzu RabbitMQ-specific
349+
Delayed
348350
}
349351

350352
impl From<&str> for QueueType {

0 commit comments

Comments
 (0)