THIS IS A TEST INSTANCE. ALL YOUR CHANGES WILL BE LOST!!!!
 
  Apache ServiceMix NMR #usernavbar() #printableicon() #pdficon() #feedicon()  
When you contribute content to this Wiki, you grant a license to the ASF for inclusion in ASF works (as per the Apache Software License).
  13. Clustering

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The default configuration for the created broker will include a JMS ConnectionFactory definition and register it in the OSGi registry.

Note about using a network of brokers

Internally, the JBI clustering engine makes use of message selectors to allow cluster members to pick messages of the queue. When using an ActiveMQ Network of Brokers , you have to add conduitSubscriptions="false" to the network connector configuration.

Using another JMS Broker

The cluster engine, though optimized for using ActiveMQ, can be used with any JMS compliant broker. In order to do so, you need to modify the above configuration to not use the ActiveMQ optimized requestor pool:

...