Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 9704 invoked from network); 8 Nov 2010 06:09:27 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 8 Nov 2010 06:09:27 -0000 Received: (qmail 23063 invoked by uid 500); 8 Nov 2010 06:09:58 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 22705 invoked by uid 500); 8 Nov 2010 06:09:56 -0000 Mailing-List: contact users-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@activemq.apache.org Delivered-To: mailing list users@activemq.apache.org Received: (qmail 22697 invoked by uid 99); 8 Nov 2010 06:09:55 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Nov 2010 06:09:55 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of norman.maurer@googlemail.com designates 209.85.214.171 as permitted sender) Received: from [209.85.214.171] (HELO mail-iw0-f171.google.com) (209.85.214.171) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Nov 2010 06:09:49 +0000 Received: by iwn38 with SMTP id 38so5637933iwn.2 for ; Sun, 07 Nov 2010 22:09:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:content-type; bh=SiLMqrFLD81wSdp0EQqdxcefMbX69Lt1tnDi2+5AmU4=; b=pYZJefwPGyw3a6oRck4e7lNKOVSNQXADZgNGx66Z5tnRmNEYCXpETwCsj3370EB2E7 AL0dTsZnE4em1/SXJ7csg2WfbSIIJzBMhqTttpBITf7OSSbSidd/4Rz6c7AAaBFDvNw7 OOvnfq3/t1+FCXm8b3Lj5gCMQiCbNdSfAEPnw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; b=k51+BGeiKVI8GpdorF7fQz/vBou8tSr9N60qWiU0wnYRlPcQwzYrE7WY7rWSx2TbTx baxo9kiYufW6UTrz+qyK18sZbIVq87yecAmBPpy9eT4pzLXxu7vghF5GjFeywI0EZ12T y7emm3hjchdlv5+PAbrAq7VBYJ6z9M1/TQsg8= MIME-Version: 1.0 Received: by 10.42.180.67 with SMTP id bt3mr2862018icb.283.1289196567763; Sun, 07 Nov 2010 22:09:27 -0800 (PST) Sender: norman.maurer@googlemail.com Received: by 10.231.37.69 with HTTP; Sun, 7 Nov 2010 22:09:27 -0800 (PST) In-Reply-To: <86C0CA4D-CD76-4412-A3F3-CFDCB6805A91@gmail.com> References: <86C0CA4D-CD76-4412-A3F3-CFDCB6805A91@gmail.com> Date: Mon, 8 Nov 2010 07:09:27 +0100 X-Google-Sender-Auth: IZ6NnsjuEZSUBRWYtvMST4O7T-o Message-ID: Subject: Re: Quest for Job queue From: Norman Maurer To: users@activemq.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Ups.... Right! Bye Norman 2010/11/7, Rob Davies : > You mean JMS Queue ;) > On 7 Nov 2010, at 10:30, Norman Maurer wrote: > >> Just use a JMX queue for this. It will do what you need out of box. >> >> Bye >> Norman >> >> 2010/11/7, Allan Kamau : >>> 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. >>> > >