> Could there be more information put into the log as to why it is failing?
Yes, I think that's reasonable. The underlying ActiveMQException could be logged at DEBUG level at the very least. To be clear, if the exception isn't an ActiveMQException, ActiveMQInterruptedException, or InterruptedException then the full stack-trace will be logged. Open a JIRA [1] and I'll add the DEBUG logging. Justin [1] https://issues.apache.org/jira/browse/ARTEMIS On Fri, Jun 14, 2019 at 12:24 PM progMetal <[email protected]> wrote: > The Artemis warning "AMQ224091 Bridge ...... is unable to connect to > destination" does not provide any details as to why it could not connect. I > am getting this message in the log: > > 2019-06-14 11:38:16,818 WARN [org.apache.activemq.artemis.core.server] > AMQ224091: > Bridge BridgeImpl@281d3567 [name=my-bridge, queue=QueueImpl[name=outQueue, > postOffice=PostOfficeImpl > [server=ActiveMQServerImpl::serverUUID=e584bdb8-8df0-11e9-93b1-00505687486c], > > temp=false]@25b57b3a targetConnector=ServerLocatorImpl (identity=Bridge > my-bridge) > [initialConnectors=[TransportConfiguration(name=remote-connector, > > factory=org-apache-activemq-artemis-core-remoting-impl-netty-NettyConnectorFactory) > > > > ?trustStorePassword=****&enabledProtocols=TLSv1-2&port=61616&keyStorePassword=****&sslEnabled=true&host= > myPChost.domain.com > > &trustStorePath=c:/Artemis-Server/etc/truststore-jks&keyStorePath=c:/Artemis-Server/etc/client-jks&needClientAuth=true], > > discoveryGroupConfiguration=null]] is unable to connect to destination. > Retrying > > I am using bi-directional netty SSL server/client certificates. > Could there be more information put into the log as to why it is failing? > This is not easy to troubleshoot. > > > > -- > Sent from: > http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html >
