I'd disable persistence in the broker's activemq.xml

On 10/19/06, Bernhard2 <[EMAIL PROTECTED]> wrote:

Hello James,

> Details of speeding up ActiveMQ here... Quick answer, turn on async
> send and avoid persistence...

Thx for your reply.

How to I set the right configuration options? I tried

        <bean id="jmsFactory"
class="org.apache.activemq.pool.PooledConnectionFactory">
                <property name="connectionFactory">
                        <bean 
class="org.apache.activemq.ActiveMQConnectionFactory">
                                <property name="brokerURL"
value="tcp://neurath.gaia-group.local:61616?useLocalHost=true&amp;jms.useAsyncSend=true&amp;broker.persistent=false&amp;broker.useJmx=false"/>
                        </bean>
                </property>
        </bean>

in my spring configuration file, but this results in an execption that the
brokerURL is not correct.

Can you point me to the correct broker URL?

Regards,

Bernhard

--
View this message in context: 
http://www.nabble.com/ActiveMQ-Lingo-performance-tf2473875.html#a6898598
Sent from the ActiveMQ - User mailing list archive at Nabble.com.




--

James
-------
http://radio.weblogs.com/0112098/

Reply via email to