GitHub user InfoSec812 opened a pull request: https://github.com/apache/camel/pull/312
New Camel Component - PGEvent This is a pull request for a new Camel component which will allow for the consumption of and production of asynchronous events to/from a PostgreSQL >=9.2 database by making use of the LISTEN/NOTIFY capabilities in that database. It uses the pgjdbc-ng driver to provide async notifications from the database. The code is marginally working as demonstrated in the IntegrationTest class. I hereby declare that the code contained herein is my own work and is being freely licensed under the Apache License version 2.0 and I give maintainer-ship of said code to the Apache Software Foundation. You can merge this pull request into a Git repository by running: $ git pull https://github.com/InfoSec812/camel master Alternatively you can review and apply these changes as the patch at: https://github.com/apache/camel/pull/312.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #312 ---- commit 697bd500561299c04ec36ad6a269c3e1eec0062d Author: Deven Phillips <deven.phill...@gmail.com> Date: 2014-09-04T13:13:55Z Initial stub of PostgreSQL Async notifications component. commit 1e0338791e74b2d65fcce1f6e7d1489585d9125c Author: Deven Phillips <deven.phill...@gmail.com> Date: 2014-11-02T03:38:52Z Copied new component into the main Camel project for preparation for a pull request. commit c4ae9f66dae0db2277365a42afa9555c0058d4a9 Author: Deven Phillips <deven.phill...@gmail.com> Date: 2014-11-02T03:39:51Z Merge remote-tracking branch 'upstream/master' ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---