Compare commits

...

1 Commits

Author SHA1 Message Date
3ed094ff55 remove deprecated amqp mod, added official amqp mod 2024-07-16 18:54:28 +02:00

View File

@@ -3,7 +3,7 @@ package rabbitmq
import (
"log"
"github.com/streadway/amqp"
amqp "github.com/rabbitmq/amqp091-go"
)
func Open(url string) (*amqp.Connection, *amqp.Channel, error) {