Return-Path: Delivered-To: apmail-geronimo-activemq-users-archive@www.apache.org Received: (qmail 81682 invoked from network); 13 Oct 2006 13:35:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 13 Oct 2006 13:35:57 -0000 Received: (qmail 15988 invoked by uid 500); 13 Oct 2006 13:35:56 -0000 Delivered-To: apmail-geronimo-activemq-users-archive@geronimo.apache.org Received: (qmail 15973 invoked by uid 500); 13 Oct 2006 13:35:56 -0000 Mailing-List: contact activemq-users-help@geronimo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: activemq-users@geronimo.apache.org Delivered-To: mailing list activemq-users@geronimo.apache.org Received: (qmail 15964 invoked by uid 99); 13 Oct 2006 13:35:56 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Oct 2006 06:35:56 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of lists@nabble.com designates 72.21.53.35 as permitted sender) Received: from [72.21.53.35] (HELO talk.nabble.com) (72.21.53.35) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Oct 2006 06:35:55 -0700 Received: from [72.21.53.38] (helo=jubjub.nabble.com) by talk.nabble.com with esmtp (Exim 4.50) id 1GYNCJ-0007Ak-HM for activemq-users@geronimo.apache.org; Fri, 13 Oct 2006 06:35:35 -0700 Message-ID: <6795711.post@talk.nabble.com> Date: Fri, 13 Oct 2006 06:35:35 -0700 (PDT) From: cfineman To: activemq-users@geronimo.apache.org Subject: Posting messages from an oracle trigger MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: cfineman@gmail.com X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N There's a particular problem we are trying to solve that would be made simpler if I could inject a message from an Oracle trigger directly into a durable queue. I could also solve this using an intermediate staging table and have a Java daemon that slurps stuff out of the table and injects the entries into the queue but that's a slightly less elegant (and performant) solution. Has anyone given any thought to this? -- View this message in context: http://www.nabble.com/Posting-messages-from-an-oracle-trigger-tf2437079.html#a6795711 Sent from the ActiveMQ - User mailing list archive at Nabble.com.