Skip to content

Commit

Permalink
updated license + readme links
Browse files Browse the repository at this point in the history
  • Loading branch information
dselans committed Jun 11, 2024
1 parent 87b1975 commit c07552d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License

Copyright (c) 2020 Batch.sh, Inc. https://batch.sh
Copyright (c) 2024 Streamdal.com, Inc. https://streamdal.com

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
rabbit
======
[![](https://godoc.org/github.com/streamdal/rabbit?status.svg)](http://godoc.org/github.com/batchcorp/rabbit) [![Master build status](https://github.com/streamdal/rabbit/workflows/main/badge.svg)](https://github.com/batchcorp/rabbit/actions) [![Go Report Card](https://goreportcard.com/badge/github.com/streamdal/rabbit)](https://goreportcard.com/report/github.com/streamdal/rabbit)
[![](https://godoc.org/github.com/streamdal/rabbit?status.svg)](http://godoc.org/github.com/streamdal/rabbit) [![Master build status](https://github.com/streamdal/rabbit/workflows/main/badge.svg)](https://github.com/streamdal/rabbit/actions) [![Go Report Card](https://goreportcard.com/badge/github.com/streamdal/rabbit)](https://goreportcard.com/report/github.com/streamdal/rabbit)

A RabbitMQ wrapper lib around ~[streadway/amqp](https://github.com/streadway/amqp)~ [rabbitmq/amqp091-go](https://github.com/rabbitmq/amqp091-go)
with some bells and whistles.
Expand Down
4 changes: 2 additions & 2 deletions rabbit.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,8 @@ type Options struct {
// Whether to declare/create queue on connect; used only if QueueDeclare set to true
QueueDeclare bool

// Additional arguements to pass to the queue declaration or binding
// https://github.com/batchcorp/plumber/issues/210
// Additional arguments to pass to the queue declaration or binding
// https://github.com/streamdal/plumber/issues/210
QueueArgs map[string]interface{}

// Whether to automatically acknowledge consumed message(s)
Expand Down

0 comments on commit c07552d

Please sign in to comment.