Results 1 to 2 of 2

Thread: Connection pooling oracle queue

  1. #1
    Join Date
    Dec 2011
    Posts
    11

    Default Connection pooling oracle queue

    Hi

    I'm pretty new to the Spring framework, and was wondering what would be he best way to have a connection pool to an Oracle queue? Is there something the framework can offer, without me having to write my own pool, if so is there any examples of how to do this?

    Thanks,

  2. #2
    Join Date
    Aug 2004
    Posts
    1,107

    Default

    Hi,

    Take a look at the Spring Data JDBC Extensions project (http://www.springsource.org/spring-data/jdbc-extensions)

    It has configuration help for Oracle and also some support for Advanced Queueing JMS features.

    There are some examples in the docs:

    http://static.springsource.org/sprin...streamsaq.html
    Thomas Risberg
    SpringSource by Pivotal
    http://www.springsource.org

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •