I have two very basic questions on WebSphere MQ - given that I had been kind of administrating it for past few months I tend to think that these are silly questions
I have a typical producer-consumer problem: Multiple producer applications write job requests to a job-table on a PostgreSQL database.
I am using a circular queue as a data buffer. I am using a char array to hold the data and my problem is when I need to view the data in the buffer in its original order. the reordering of the buffer
I have a app and i am currently using delayed_job. I was wondering if there are any recommended gems that do scheduling of repetitive tasks.
I am looking for a queue system where multiple different subscribers can pull items off a centralized queue. The messages will be very lightweight, but i need something that is persistent and ve开发者
I need to create a FIFO queue. I was thinking in creating a LinkedList for that, because of it\'s native methods to remove and add. But my queue should have a fixed size, so h开发者_JS百科ow could I f
When the consumers go down due to some fatal error, no xml is dequed related to that consumer. But if we ignore the fatal error and consumer does not g开发者_C百科o down then all the messages related
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari
I wrote a test program, wh开发者_如何学运维ich has two processes. The father process gets data from a Queue, and the child puts data into it. There is a signal handler which tells the program to exit.
I have a bash script that monitors the jobs in a cluster from the output of the LSF queueing system command \"bqueues\". The script开发者_开发百科 runs fine. Now I wanted to create a crontab entry tha