문제

Trying to set up a route with transaction handling on a camel, this leads to connection to the activeMQ drop and reconnect every few milliseconds is this expected, is there a work around?

Logs showing repeatedly reconnecting to ActiveMQ server:

ActiveMQ FailoverTransport Successfully connected to ssl://serveraddress:61617

ActiveMQ FailoverTransport Successfully connected to ssl://serveraddress:61617

ActiveMQ FailoverTransport Successfully connected to ssl://serveraddress:61617

도움이 되었습니까?

해결책

Changed connection factory to use CachingConnectionFactory, also tweaked configurations to incorporate caching connection.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top