I am new to ActiveMQ and messaging as a whole. I am developing a parallized application the missing component is the shared job queue where each process picks one available job (at a time) from a job queue, it is important that a job should not be picked by more than one process.
Is it possible to configure ActiveMQ to host this shared job queue and ensure that a job may only be picked only once? Any pointers to necessary material are welcome. Allan.