Questions tagged [queue]
147 questions
2
votes
5 answers
Is there a way I can queue long running tasks?
Is there a way I can do the following in a unix terminal:
Start a long running process
Add another long running process to start when the previous is done
Repeat step 2 until I have queued the processes I need to have run
Reason I ask is that I…

Svish
- 6,977
- 15
- 38
- 45
2
votes
1 answer
Should one avoid using Hudson CI as a queue service?
I realize Hudson was not designed as a queue service per se - and that there are other projects like RabbitMQ, ZeroMQ, etc.
We were recently in a situation where we needed to set up a windows executable as a web service with queuing. Because of the…

EMiller
- 205
- 2
- 12
2
votes
0 answers
How to configure multiple workers for laravel queue with systemd
I am running queue for my laravel app using systemd. Here's my service file
[Unit]
Description=Mosharaf isdp…

mosharaf13
- 121
- 2
1
vote
0 answers
Asterisk, display queue name or called number on the phone
Our Asterisk server will soon receive SIP calls on multiple numbers, so we need to know which number has been dialed to correctly answer on the phone : "Hello, this is Company-A" or "Hello, this is Company-B".
We are a bunch of people answering, so…

M-Jack
- 1,346
- 2
- 11
- 16
1
vote
3 answers
MSMQ Queue Not Processing
I have an rather unpleasant error with MSMQ, one that following the information available on-line isn't fixing. It's resulting in emails (.EML files) going into C:\inetpub\mailroot\Queue and just sitting there not being sent.
Environment…

FridgeMagnet
- 11
- 6
1
vote
1 answer
Share printer job queue among multiple printers
Is it possible to have multiple printers and only one printer job queue? Any good software or hardware solution?
Idea is like so:
someone sends a print job to printer (possibly shared via Windows Server 2012+)
this job is then queued in printers'…

patok
- 692
- 1
- 5
- 15
1
vote
2 answers
How to open up a port firewall on Ubunto internally and how to verify it
Background
I got an aws machine that's running both a laravel app, and now I've tried to install beanstalk console. This is what the nginx config file of the laravel app look like:
include forge-conf/default/before/*;
server {
listen 80…

abbood
- 1,127
- 4
- 13
- 21
1
vote
1 answer
If sendmail fails to resolve smarthost, add to queue rather than fail?
Occasionally, in the middle of the night, DNS fails to resolve our smarthost address. And sendmail decides to send the mail as a "rejected" message. Because "root" is aliased to an off-box address, that also tries to use the smart host, and fails.…

Max Allan
- 303
- 1
- 4
- 11
1
vote
0 answers
The Message couldn't be delivered 250.2.6.0
Hello I have a Exchange 2010 server and I am having issues with 1 Domain trying to send us emails. I have the Anti Spam rule on and have whitelisted their email address and domain and even their IP of their SMTP server and I still get…

Dsmith44
- 11
- 1
1
vote
2 answers
SMTP Remote Queue on Exchange 2003
We are currently using Windows Server 2003 R2 with Exchange 2003 and SolarWinds Exchange Monitor to monitor.
A couple of weeks ago the SMTP remote queue began to build up and it got to about 150 messages in the queue when it began to go down.
For…
Adam
1
vote
1 answer
LINUX: multiq leaf not replaceable with tc
# uname -r
4.7.5-200.fc24.x86_64+debug
# tc -s -d qdisc show dev ens3
qdisc mq 8001: root
Sent 44589 bytes 340 pkt (dropped 0, overlimits 0 requeues 0) backlog 0b 0p requeues 0
qdisc fq_codel 0: parent 8001:1
limit 10240p flows 1024 quantum…

cherusk
- 21
- 5
1
vote
0 answers
Rabbitmq listener across machine not detected
I have multiple rabbitmq listeners running across linux boxes. However when I post a message A (which takes some time to process , around 5 mins), new messages after A wait in the queue till A is processed , instead of going to the next idle…

Bads123
- 111
- 2
1
vote
0 answers
Using an after queue policy daemon with postfix
I have this scenario:
Postfix is configured with cluebringer (Policyd v2.1) and emails that are exceeding the quota are deffered. What I need to do is somehow use cluebringer in after-queue so it would recount the quota considering those deffered…

Ionut Ciolan
- 11
- 1
1
vote
1 answer
ActiveMQ - delete VirtualTopic when Consumers = zero
I'm trying to implement a new application using JMS under activeMQ 5.8.0. There are several applications configured as Producers (ie to dump messages in an MQ), two topics, and then the Consumers are configured to look at their VirtualTopic which is…

damian
- 11
- 4
1
vote
1 answer
MSMQ messages disappear when they get to remote server
I have to create a MSMQ messaging mechanism between two servers in the same domain, SenderServer (MS Server 2012) and ReceiverServer (MS Server 2008 R2).
I created a private, transactional queue in ReceiverServer .\private$\receiver, I gave receive…

CiccioMiami
- 209
- 1
- 3
- 14