CrabbyPete
CrabbyPete

Reputation: 534

Can I create a delay queue in ZeroMQ

Amazon Queues have something called a delayed queue http://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-delay-queues.html

Is it possible to create one using PUSH/PULL in ZeroMQ, and so how?

Upvotes: 0

Views: 449

Answers (1)

balazs
balazs

Reputation: 5788

No you can't, you should implement it by yourself.

Upvotes: 1

Related Questions