Comparaison des versions

Légende

  • Ces lignes ont été ajoutées. Ce mot a été ajouté.
  • Ces lignes ont été supprimées. Ce mot a été supprimé.
  • La mise en forme a été modifiée.

...

Propriété

Valeur

Description

ConnectionFactoryClass

org.apache.activemq.ActiveMQConnectionFactory

cf. ActiveMQConnectionFactory.java

brokerURL

failover:(tcp://localhost:61616,tcp://remotehost:61616)?initialReconnectDelay=100

Configuration d’une URI pour ActiveMQ classic.

URI Failover pour un cluster.

username

admin

password

admin

Paramétrage avec Apache ActiveMQ Artemis

Les URI camel JMS et AMQP sont compatibles avec cette fabrique.

Propriété

Valeur

Description

ConnectionFactoryClass

org.apache.activemq.jms.client.ActiveMQConnectionFactory

cf.

brokerURL

amqp://localhost:61616

Configuration d’une URI pour ActiveMQ Artemis.

username

admin

password

admin

Configurer un rejeu sur l’Azure Service Bus

...