Thanks for the quick answer.
My question was not whether it's possible to connect any JMS broker in the
role of a service provider..

I would like to replace the ActiveMQ broker that is used by ServiceMix for
internal it's message delivery.
The one that is configured using the flowName property (see below):

<sm:container id="jbi"
                useMBeanServer="true"
                createMBeanServer="true"
                dumpStats="true"
                statsInterval="10"
                rmiPort="1101"
        
flowName="jms?jmsURL=failover:tcp://10.20.1.72:61626?wireFormat.maxInactivityDuration=0"
name="dmz">

Can this broker be replaced as well? 

What I actually would like to achieve is to host ServiceMix in JBoss (works
already) and use JBossMQ as message broker.

Can this be done?

-- 
View this message in context: 
http://www.nabble.com/Replace-ActiveMQ-by-JBossESB-tf2370341.html#a6603769
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to