queue - How to discard some number of messages in rabbitmQ -
i have utilize case need info queue on exchange dont have command on. usecase queue messages constantly. wonder if in rabbitmq or using/writing plugin can discard 90% of messages @ time before saving them local datastore. reason i'm not capable of storing messages 10% of it. 1 way in application so. wonder if there way on rabbitmq level.
just wonder if have thoughts/solutions on this.
if don't have command of exchange, you're pretty much limited doing in app.
you can bulk-reject messages using nack - here's help page: http://www.rabbitmq.com/nack.html
queue rabbitmq rabbitmq-shovel
No comments:
Post a Comment