issues
search
Motiva-AI
/
clj-sqs-extended
Client library for AWS SQS with support for large messages, up to 2GB. This is a Clojure wrapper for https://github.com/awslabs/amazon-sqs-java-extended-client-lib
MIT License
3
stars
0
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
feat: [sc-13385] Fix clj-sqs-extended regression
#130
Quantisan
closed
2 years ago
1
Refactor/replace cheshire json
#129
Quantisan
closed
3 years ago
0
use pipeline-transit library for transit ser/de
#128
Quantisan
closed
3 years ago
0
CircleCI continuous deployment is broken
#127
Quantisan
opened
3 years ago
0
forward_action_service worker is stuck
#126
Quantisan
closed
3 years ago
1
Refactor/receive loop tests remove side effect
#125
Quantisan
closed
3 years ago
1
Refactor/receive loop side effects alternate
#124
Quantisan
closed
3 years ago
0
use day8/lein-git-inject for project versioning
#123
Quantisan
closed
3 years ago
0
Refactor/receive to channel
#122
Quantisan
closed
3 years ago
1
receive/receive-loop bundles business logic and side-effects together. Separate the two for SRP.
#121
Quantisan
closed
3 years ago
0
Refactor/test fixtures
#120
Quantisan
closed
3 years ago
0
clj-sqs-ext should use a single client object to share http connections
#119
Quantisan
closed
3 years ago
1
clj-sqs-ext should not receive message until there is an available handler process
#118
Quantisan
closed
3 years ago
0
clj-sqs-ext should not receive message until there is an available handler process
#117
Quantisan
closed
3 years ago
0
clj-sqs-ext should not receive message until there is an available handler process
#116
Quantisan
closed
3 years ago
0
SQS.deleteMessage sometimes fail because: The receipt handle has expired
#115
Quantisan
closed
3 years ago
0
SQS.deleteMessage sometimes fail because: The receipt handle has expired
#114
Quantisan
closed
3 years ago
0
Refactor/delete message dont have to hold the whole message
#113
Quantisan
closed
3 years ago
0
use a single client object
#112
Quantisan
closed
3 years ago
0
wrap sqs/delete-message! in a async/thread
#111
Quantisan
closed
4 years ago
0
clj-sqs-ext is stopping loop on SQS 500 error
#110
Quantisan
closed
4 years ago
0
Add integration test in clj-sqs-ext to test with SQS S3
#109
Quantisan
closed
4 years ago
0
circleci login to docker hub
#108
Quantisan
closed
4 years ago
0
fix test for multiple handle queues running
#107
Quantisan
closed
4 years ago
0
messages from SQS takes at least 20 seconds to get processed
#106
Quantisan
closed
4 years ago
0
Refactor/receive messages run inside go
#105
Quantisan
closed
4 years ago
0
Issue 99/handlers getting jammed 2
#104
Quantisan
closed
4 years ago
0
Messages without format attribute can be received correctly
#103
ghost
closed
4 years ago
0
There's too much implementation coupling between test and source
#102
Quantisan
closed
3 years ago
0
Refactor receive-loop to not rely on statefulness (i.e. the external atom)
#101
Quantisan
closed
4 years ago
1
Rewrite receive-to-channel
#100
Quantisan
closed
4 years ago
0
when too many different handle-queues are running, something gets stuck and the handler-fns don't run properly
#99
Quantisan
closed
4 years ago
10
Test/add integration test with live aws queues
#98
Quantisan
closed
4 years ago
0
ReceiveMessageRequest set message attribute names properly
#97
Quantisan
closed
4 years ago
0
Add a test for setting and getting message attribute
#96
Quantisan
closed
4 years ago
0
SQS message attributes do not appear to be received
#95
Quantisan
closed
4 years ago
0
receive-message defaults to max wait-time-in-seconds as recommended by AWS
#94
Quantisan
closed
4 years ago
0
we should use long polling by default as recommended by AWS
#93
Quantisan
closed
4 years ago
0
Issue 91/handle nil message
#92
Quantisan
closed
4 years ago
1
receive-loop is crashing without giving a reason
#91
Quantisan
closed
4 years ago
2
Issue 88/support joda datetime serde
#90
Quantisan
closed
4 years ago
0
Allow client to define ser/de writers and readers so we don't need to hardcode custom classes in this library
#89
Quantisan
opened
4 years ago
0
Support org.joda.time.DateTime ser/de
#88
Quantisan
closed
4 years ago
0
Removed obsolete sleeps in fixtures
#87
ghost
closed
4 years ago
0
Fixed Timing problem between returned stop-fn and with-...-queue fixtures
#86
ghost
closed
4 years ago
1
Discussion about how to solve some timing issues
#85
ghost
closed
4 years ago
4
Refactor/serde publicize transit utils
#84
Quantisan
closed
4 years ago
0
Replace sleeps with wait-for
#83
ghost
closed
4 years ago
1
Prove that messages really get deleted when using auto-delete true
#82
ghost
closed
4 years ago
0
Include format setting in the attribute data of SQS messages
#81
ghost
closed
4 years ago
0
Next