Please,
Would someone confirm I can divert message from one address (with several
queues) to another “spy” queue?
What is the correct syntax? May be I’m too blind, but docs seems not too clear
for me, and I’ve tryied several setups (including copying from examples in
Github), but still not worki
FWIW, this was also asked on Stack Overflow [1].
Justin
[1]
https://stackoverflow.com/questions/68525964/activemq-slave-broker-accepts-incoming-connection-from-apache-camel
On Mon, Jul 26, 2021 at 2:09 AM Stefan Schotte
wrote:
> Hi,
>
> I have the following configuration:
>
>
> * Two acti
Hello Stefan-
No, this does not sound normal. The broker does not activate
transportConnectors (for clients) or networkConnectors when in ’slave’ mode.
Check the logs on the brokers to see what’s going on with the lock activation.
Note— you have to have a supported file system that supports cor
Hi,
I have the following configuration:
* Two actively running Tomcat instances running Apache Camel 2.20.2 that
use the competing consumer concept to read message of the same queue
* AMQ 5.15.0 in an Master Slave configuration using a shared kahaDB.
It happens that one of the Camel i