Top "Queue" questions

A queue is an ordered, first-in-first-out data structure.

Thread safe queue - Enqueue / Dequeue

Firstly, i'll explain a short scenario; As a signal from certain devices triggers, an object of type Alarm is added …

c# multithreading queue
Browse, read, and remove a message from a queue using IBM MQ classes

I'm writing a simple Java application using MQ classes for Java with Eclipse. Right now I'm able to browse a …

java queue ibm-mq
what's the proper way to use a ThreadPool?

If my understanding of the way the ThreadPool works is correct, one of its purposes is to limit the number …

c# multithreading queue threadpool
Using a database table as a queue

I want to use a database table as a queue. I want to insert in it and take elements from …

sql database sql-server-2008 queue
How do I set a number of retry attempts in RabbitMQ?

I am using RabbitMQ and I have a queue that holds email messages. My consumer service de-queues messages and attempts …

.net queue rabbitmq consumer
A Queue that ensure uniqueness of the elements?

I'm looking for a implementation of java.util.Queue or something in the Google collection who behave like a Queue, …

java collections queue guava unique-constraint
How can I animate multiple elements sequentially using jQuery?

I thought it would be simple but I still can't get it to work. By clicking one button, I want …

jquery animation queue
c# Adding a Remove(int index) method to the .NET Queue class

I would like to use the generic queue class as described in the .NET framework (3.5) but I will need a …

c# queue
Filling a queue and managing multiprocessing in python

I'm having this problem in python: I have a queue of URLs that I need to check from time to …

python queue multiprocessing pool
Python Exception in thread Thread-1 (most likely raised during interpreter shutdown)?

My friend and I have been working on a large project to learn and for fun in python and PyGame. …

python multithreading numpy queue pygame