On 10/01/2008, activemqnewbie <[EMAIL PROTECTED]> wrote:
>
> When I am executing a bulk load of data to Oracle, I intermittently
> receive the following. Activemq publlishes 300 messages before
> failing. If I run it again it may fail after publishing200 messages .

What is the failure message?

> Has
> anyone seen this before?  It appears that it is failing to create a
> connection pool.


The default connection pool doesn't have a connection limit. If you're
oracle does have a limited number of connections, try setting the
maximum number of connections to use.

    <property name="maxActive" value="200"/>

FWIW the activemq.xml thats shipped in 5.1 and later has this setting
so its easy to cut n paste etc.

-- 
James
-------
http://macstrac.blogspot.com/

Open Source Integration
http://open.iona.com

Reply via email to