Return-Path: X-Original-To: apmail-activemq-users-archive@www.apache.org Delivered-To: apmail-activemq-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 73A89100E0 for ; Thu, 7 Nov 2013 11:32:31 +0000 (UTC) Received: (qmail 47146 invoked by uid 500); 7 Nov 2013 11:32:30 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 46856 invoked by uid 500); 7 Nov 2013 11:32:23 -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 46845 invoked by uid 99); 7 Nov 2013 11:32:21 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Nov 2013 11:32:21 +0000 X-ASF-Spam-Status: No, hits=0.6 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of gary.tully@gmail.com designates 209.85.223.181 as permitted sender) Received: from [209.85.223.181] (HELO mail-ie0-f181.google.com) (209.85.223.181) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Nov 2013 11:32:16 +0000 Received: by mail-ie0-f181.google.com with SMTP id ar20so547365iec.40 for ; Thu, 07 Nov 2013 03:31:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=WdBhdGh7vpy7jp/YJ2dAF+T+6w/PmG/l5era8c3Cv34=; b=Wp7PnDsAHnPrU+wqnkZe/dPEn1AxGCoGIDORKOXeXbFcHCYI1pvR5+Au2eNBN0SWsu 2FqH/JXLpES/1S4Zt//VoZ5jicfXQOiGqrQ54jSlCBqufbG1yfUfG8AZ5BD+9f8Z1cdk r6vM7fLe33iWlF9f+wOcankrzeQqfRPVEuis5alzHhV+AzAI23j00/mR0LVsjn447O0p pUTPNSVmVXN55LvNK+AF0mMiBBVh8DcsMu1szhEiDcpvj2IP9fdHTN+e+nGu6TIbJsDI TP/2lX+MrzeQIrPdyw3g7UPNQw/PzoVa4X4nLPtJcxmfXEOlK4mqV1Rw5fusoqjbJeJ+ BVUw== MIME-Version: 1.0 X-Received: by 10.50.43.131 with SMTP id w3mr1569115igl.17.1383823914920; Thu, 07 Nov 2013 03:31:54 -0800 (PST) Received: by 10.64.225.134 with HTTP; Thu, 7 Nov 2013 03:31:54 -0800 (PST) In-Reply-To: <1383752273013-4673955.post@n4.nabble.com> References: <1383752273013-4673955.post@n4.nabble.com> Date: Thu, 7 Nov 2013 11:31:54 +0000 Message-ID: Subject: Re: ActiveMQ and SpecJMS2007 From: Gary Tully To: "users@activemq.apache.org" Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org use sample-vendor properties for activemq as follows: # Do not change this unless SPECjms provides a specific class to use here. providerClass = JNDI initialContextFactory = org.apache.activemq.jndi.ActiveMQInitialContextFactory # Fill in the correct hostname and port for your jms server here providerUrl = tcp://localhost:61616 # Fill in the name of your primary connection factory here. Please see the # documentation on how to specify multiple connection factories. connectionFactory = ConnectionFactory org.spec.jms.jndi.template.queue=dynamicQueues/${__name__} org.spec.jms.jndi.template.topic=dynamicTopics/${__name__} On 6 November 2013 15:37, Darkeye wrote: > Hi, could somebody help me with configuration of SpecJMS2007 ? I'd like to > configure it to make topics and queues. I need just basic configuration > (sample_vendor.properties) to run SpecJMS with default configuration with > horizontal topology. My attempts are not successful at all. I've already run > lot of tests with Qpid. So I have some basic understanding of SpecJMS. > > Thanks! > > > > -- > View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-and-SpecJMS2007-tp4673955.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. -- http://redhat.com http://blog.garytully.com