issues
search
Azure
/
go-amqp
AMQP 1.0 client library for Go.
https://github.com/Azure/go-amqp
MIT License
108
stars
59
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Expose the Symbol type
#346
mkuratczyk
opened
2 weeks ago
1
how to use Exchange
#345
mkdr4
opened
3 weeks ago
3
Prep v1.2.0 for release
#344
jhendrixMSFT
closed
1 month ago
0
Update CI to latest two versions of Go
#343
jhendrixMSFT
closed
1 month ago
0
Add doc comments for buffer type and methods
#342
jhendrixMSFT
closed
1 month ago
0
Always encode MessageHeader.Durable field
#341
jhendrixMSFT
closed
1 month ago
0
Add Properties methods
#340
jhendrixMSFT
closed
1 month ago
0
which functions are goroutine safe?
#339
it-bsi
opened
1 month ago
0
Is it possible to connect to multiple Artemis instances?
#338
DanilKlochkov
opened
1 month ago
1
Fix race in Conn.start
#337
jhendrixMSFT
closed
1 month ago
0
Add Null type for sending an AMQP null
#336
jhendrixMSFT
closed
1 month ago
1
Encode nil data section as null
#335
jhendrixMSFT
closed
1 month ago
1
Add value section to the message to deal with nil value
#334
Gsantomaggio
closed
1 month ago
2
Notify the socket close to the user using a channel
#333
Gsantomaggio
opened
1 month ago
3
Incorrect TypeCode encode when the message body is nil
#332
Gsantomaggio
closed
1 month ago
3
How to efficiently send multiple messages at once?
#331
ansd
opened
2 months ago
5
Send field when user sets `durable=false`
#330
ansd
closed
1 month ago
6
Allow for errors.As() to see the underlying AMQP error
#329
richardpark-msft
closed
2 months ago
0
Connecting to ActiveMQ Classic v6.1.1 fails
#328
SamTV12345
closed
4 months ago
2
feat: 138: Enable logging to be pluggable
#327
zalgonoise
opened
5 months ago
3
Encountering protocol errors from Azure IoTHub with Gateway v2
#326
mswartley
closed
5 months ago
1
`GetData()` only returns the first data segment
#325
deissnerk
closed
6 months ago
2
Add fake.NetConnOptions
#324
jhendrixMSFT
closed
7 months ago
0
Fake can split up response frames into chunks
#323
jhendrixMSFT
closed
7 months ago
0
Update CI
#322
jhendrixMSFT
closed
8 months ago
0
Clean up some unused test variables
#321
jhendrixMSFT
closed
8 months ago
0
Fixing a bug where we were bottlenecking on frames that had bodies smaller than 8 bytes
#320
richardpark-msft
closed
8 months ago
0
Artemis, anycast routing, queues w/o random id
#319
thorstenhirsch
closed
7 months ago
8
Track receiver's unsettled messages as a count
#318
jhendrixMSFT
closed
9 months ago
0
Can Receiver.unsettledMessages be a count?
#317
jhendrixMSFT
closed
9 months ago
1
Allow cross receiver message settlement
#316
jhendrixMSFT
closed
9 months ago
1
Expose bytes sent / bytes received
#315
c-kruse
closed
7 months ago
0
memory leak
#314
ChipArtem
opened
10 months ago
1
Default message priority should be 4, not 0
#313
mkuratczyk
opened
10 months ago
1
First pass at adding in transactions
#312
richardpark-msft
opened
1 year ago
1
Missing serial number arithmetic
#311
ansd
opened
1 year ago
1
Closing sender/receiver hangs
#310
AdminBenni
closed
1 year ago
3
Send() returns an incorrect error if the context is cancelled
#309
richardpark-msft
opened
1 year ago
4
Prep for v1.0.2 release
#308
jhendrixMSFT
closed
1 year ago
0
Roll back sender's delivery count and link credit
#307
jhendrixMSFT
closed
1 year ago
0
Fix potential hang in Sender.Send()
#306
jhendrixMSFT
closed
1 year ago
2
Update CI with latest versions of Go
#305
jhendrixMSFT
closed
1 year ago
0
Add unit test to verify conn is closed when start fails
#304
jhendrixMSFT
closed
1 year ago
0
Update test dependencies
#303
jhendrixMSFT
closed
1 year ago
0
Fix non-determinism in fake NetConn.Write
#302
jhendrixMSFT
closed
1 year ago
2
Fixed write delay implementation for fake.NetConn
#301
jhendrixMSFT
closed
1 year ago
0
Investigate new test failures
#300
jhendrixMSFT
closed
1 year ago
0
Enhance mux hooks
#299
jhendrixMSFT
closed
1 year ago
1
Sender's delivery count and link credit can be out of sync on a failed transfer
#298
jhendrixMSFT
closed
1 year ago
1
Handle cancellation in places that could block
#297
richardpark-msft
closed
1 year ago
1
Next