Return-Path: X-Original-To: apmail-camel-dev-archive@www.apache.org Delivered-To: apmail-camel-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A9217175A0 for ; Fri, 31 Oct 2014 13:53:34 +0000 (UTC) Received: (qmail 34447 invoked by uid 500); 31 Oct 2014 13:53:29 -0000 Delivered-To: apmail-camel-dev-archive@camel.apache.org Received: (qmail 34404 invoked by uid 500); 31 Oct 2014 13:53:29 -0000 Mailing-List: contact dev-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list dev@camel.apache.org Received: (qmail 34392 invoked by uid 99); 31 Oct 2014 13:53:29 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 31 Oct 2014 13:53:29 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of deven.phillips@gmail.com designates 74.125.82.46 as permitted sender) Received: from [74.125.82.46] (HELO mail-wg0-f46.google.com) (74.125.82.46) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 31 Oct 2014 13:53:23 +0000 Received: by mail-wg0-f46.google.com with SMTP id x13so6601105wgg.33 for ; Fri, 31 Oct 2014 06:53:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=J/K0TBKP0lic2xNMVn4Yrdg+0aiq+uNdhSkP72CeN5o=; b=0i2syqpW02NL+ahWwtK8nlEghwyUzfLn8tk6BjaS1jMwbTKhrXhzQ4TA66Aq7dnC4u da2W3tBsXwlhVpoenZ0SXocYDro97jz80PrwWrjnlWtj0Vj17sztnPHo8ei0TVpe+zhN /vNdqYYmEomVYReAVCOv3t9Za1aun13Ft+VZ6NvGVXd+OSTD1iLJzHMFNEzcMSupwcQy +/xWlLilAMbISN5CgSqTZPQEgJFFZ4F+eSlirmz1jux5XEawCqJ5hetRcGgUJos75DhL lbSxUYHqqfRs6SAdcOIqi6lpNIAl6SE0VtKWlNL+3L196nIhRu4H0/Emd4DFOHJTDXJk f9lQ== MIME-Version: 1.0 X-Received: by 10.180.218.136 with SMTP id pg8mr3911971wic.37.1414763582431; Fri, 31 Oct 2014 06:53:02 -0700 (PDT) Received: by 10.216.1.132 with HTTP; Fri, 31 Oct 2014 06:53:02 -0700 (PDT) Date: Fri, 31 Oct 2014 09:53:02 -0400 Message-ID: Subject: PostgreSQL Async Events From: Deven Phillips To: dev@camel.apache.org Content-Type: multipart/alternative; boundary=001a1134d9b2c5a5f20506b85051 X-Virus-Checked: Checked by ClamAV on apache.org --001a1134d9b2c5a5f20506b85051 Content-Type: text/plain; charset=UTF-8 Hello all, I am new to the list and somewhat new to Camel itself... A recent project at work was aq perfect fit for Camel and so I started gathering requirements. This led me to the desire to create a new component for PostgreSQL's async events (NOTIFY/LISTEN/UNLISTEN)... I have registered a JIRA issue: CAMEL-7781 And I have started implementation, but I am running into problems in how to format my URIs... Ideally, I want the following formats: pgevent:[datasource] || [//dbHost:dbPort]//[?parameters] pgevent:myDataSource/proddb/userupdates pgevent://192.168.1.12:5432/proddb/groupupdates?pgUser=username&pgPass=secret pgevent://192.168.1.12/proddb/groupupdates?pgUser=username&pgPass=secret pgevent:///proddb/customerupdates ## Uses all defaults Could someone give me some pointers or links where I could get some help in figuring this out? The only one I can get to work is the second one... Thanks in advance!!! Deven Phillips --001a1134d9b2c5a5f20506b85051--