Hi,

See:
http://www.activemq.org/site/how-do-i-embed-a-broker-inside-a-connection.html
http://www.activemq.org/site/vm-transport-reference.html

Regards,
Adrian Co

zizou77 wrote:
hello,
in activemq v3, i used useEmbeddedBroker in my config xml

<connector name="JmsConnector"
className="org.mule.providers.jms.JmsConnector">
<properties>
        <property name="specification" value="1.1" />
        <property name="connectionFactoryJndiName" value="ConnectionFactory" />
        <property name="jndiInitialFactory"
value="org.apache.activemq.jndi.ActiveMQInitialContextFactory" />
        <map name="connectionFactoryProperties">
                    <property name="brokerURL" value="tcp://localhost:61616"
/>
                                                                    <property 
name="useEmbeddedBroker" value="true" />
        </map>
        </properties>
</connector>

but in v4.0 useEmbeddedBroker not exist
what replace it?

--
View this message in context: 
http://www.nabble.com/useEmbeddedBroker-t1797759.html#a4898996
Sent from the ActiveMQ - User forum at Nabble.com.


Reply via email to