Sign in
apache
/
usergrid
/
refs/heads/master
/
.
/
utils
/
usergrid-util-python
/
usergrid_tools
/
queue
/
README.md
blob: fee63f710a482ee05d14ac0c01a0b9e3dc8fc1ac [
file
] [
log
] [
blame
] [
view
]
dlq_requeue
-
used
for
taking messages
out
of one queue
and
putting them
in
another
.
useful
for
reading
Deadletter
messages
and
reprocessing them
.
You
could also add filtering to the logic
if
you wanted
.