Skip to content

Releases: afocus/amqp

v1.2.3

Choose a tag to compare

@afocus afocus released this 10 Sep 08:15

添加死信队列支持

v1.2.2

Choose a tag to compare

@afocus afocus released this 10 Sep 07:40

add exchange args

v1.2.1

Choose a tag to compare

@afocus afocus released this 13 Aug 03:38

v1.2.0

Choose a tag to compare

@afocus afocus released this 06 May 08:18

add auto close error
update to amqp 1.9.0
remove unused code

v1.1.3

Choose a tag to compare

@afocus afocus released this 14 Dec 10:19

fix:
time.After oom

v1.1.2

Choose a tag to compare

@afocus afocus released this 27 Jul 07:52

update dep
github.com/streadway/amqp -> github.com/rabbitmq/amqp091-go

v1.1.1

Choose a tag to compare

@afocus afocus released this 27 Jul 02:31

优化pub

v1.1.0

Choose a tag to compare

@afocus afocus released this 21 Jul 02:03

feat:

  • add sub.SetExclusive
  • add sub.SetIdleTimeout
  • change pub.PushToQueue(queue string,data []byte) -> pub.PushToQueue(queue,data Publishing)

v1.0.5

Choose a tag to compare

@afocus afocus released this 05 Jul 03:50

add temp queue

v1.0.4

Choose a tag to compare

@afocus afocus released this 08 Dec 09:44
8b62254

修复 bind 空闲导致的连接异常