No, because the JMS / JCA flows uses some ActiveMQ
specific features for discovering new nodes / remove
old nodes in the cluster. However, there may be ways
to implement a derived flow using standard JMS, as the
discovery mechanism could be implemented by just
sending a jms message on a topic, but when a node fail,
it will be difficult to detect. Maybe using a heartbeat ?
On 10/2/06, bebop01 <[EMAIL PROTECTED]> wrote:
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.
--
Cheers,
Guillaume Nodet