Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 9191 invoked from network); 9 Sep 2008 13:17:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Sep 2008 13:17:04 -0000 Received: (qmail 45561 invoked by uid 500); 9 Sep 2008 13:17:01 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 45533 invoked by uid 500); 9 Sep 2008 13:17:01 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 45522 invoked by uid 99); 9 Sep 2008 13:17:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Sep 2008 06:17:01 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of tabish121@gmail.com designates 74.125.46.155 as permitted sender) Received: from [74.125.46.155] (HELO yw-out-1718.google.com) (74.125.46.155) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Sep 2008 13:16:02 +0000 Received: by yw-out-1718.google.com with SMTP id 6so197524ywa.86 for ; Tue, 09 Sep 2008 06:16:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:from:to:in-reply-to :references:content-type:date:message-id:mime-version:x-mailer :content-transfer-encoding; bh=nGl1ZTTEprCS79feAcU6HGcdSZVztRfSoYzT4sTFn2c=; b=mRTT7T0eoxcqOgfRW643XRdzmQWZ6zxfYOGc6DvMguZXb+SdEfVV9zDwBacro5Cu5n BG5Bi3hQgABmIh0pUCVqUUfabmUk8XXAFQC5DIG74SYFlxCF7+C1qcFY6fjXWpG3MCRs qZU9m2gRTySywkI3vnPfVAbX38X+8EK7JyW00= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:to:in-reply-to:references:content-type:date:message-id :mime-version:x-mailer:content-transfer-encoding; b=BfO6w6AkaOXmwaXxZ0rG1U9EtEEdYU6kFbPclJEfYbp6xdSc0c4SVlW+3479gDW8m8 OYt1o3+5mizBIkStDWgfoJ56U6wsZ7cwo/74BUUHmqxxrhYq+gxLO6ZagjUHpYX75baf tMgDPi78dJzf9sq4Wg4/JUxn5B5YFBb7WbYsg= Received: by 10.100.140.2 with SMTP id n2mr17247217and.95.1220966175776; Tue, 09 Sep 2008 06:16:15 -0700 (PDT) Received: from ?192.168.2.150? ( [98.218.84.158]) by mx.google.com with ESMTPS id h38sm3918wxd.33.2008.09.09.06.16.13 (version=SSLv3 cipher=RC4-MD5); Tue, 09 Sep 2008 06:16:14 -0700 (PDT) Subject: Re: onMessage event not raised From: Timothy Bish To: dev@activemq.apache.org In-Reply-To: <19391920.post@talk.nabble.com> References: <19390593.post@talk.nabble.com> <1220962614.5949.12.camel@office> <19391920.post@talk.nabble.com> Content-Type: text/plain Date: Tue, 09 Sep 2008 09:16:09 -0400 Message-Id: <1220966169.5949.21.camel@office> Mime-Version: 1.0 X-Mailer: Evolution 2.22.3.1 (2.22.3.1-1.fc9) Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org > coming to mycode > > 1. connecting to Marketcetera JMS server (on tcp://:61616 by > default). > 2. creating a FIX message, droping it on the oms-commands queue. > 3. Listen for execution reports on the oms-messages topic. > Is there some other application that you are running that is receiving the commands on your queue and sending out the messages to your Topic? Regards Tim.