JMS Bridge implementation question

2019-04-11 Thread progMetal
For connecting two Artemis messaging systems across the internet, would each need to implement a JMS bridge? From the documentation, it just says that "a" bridge is needed (read as singular). Does that mean "a" bridge at each end or really just one (pick a side)? thanks -- Sent from: http://a

Re: JMS Bridge implementation question

2019-04-11 Thread progMetal
Thanks Justin, that helps. -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Artemis Core bridge and clustering question

2019-04-18 Thread progMetal
Two questions, actually: 1) If i have a cluster of Artemis servers, would each server need to be configured with a Core bridge, in order to connect to another Artemis cluster over the internet? 2) From the previous question scenario ( Artemis cluster -to- Artemis cluster): From the documentation,

Artemis warning AMQ224091 Bridge is unable to connect to destination

2019-06-14 Thread progMetal
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=

Re: Artemis warning AMQ224091 Bridge is unable to connect to destination

2019-06-17 Thread progMetal
These are my log settings: # Root logger level logger.level=INFO # ActiveMQ Artemis logger levels logger.org.apache.activemq.artemis.core.server.level=TRACE logger.org.apache.activemq.artemis.journal.level=INFO logger.org.apache.activemq.artemis.utils.level=INFO logger.org.apache.activemq.artemis.j

Re: Artemis warning AMQ224091 Bridge is unable to connect to destination

2019-06-17 Thread progMetal
where is the JIRA URL for Artemis? -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Re: Artemis warning AMQ224091 Bridge is unable to connect to destination

2019-06-19 Thread progMetal
Thanks Justin. The problem i am trying to troubleshoot is connecting 2 remote Artemis server together for bi-directional file transfer. My simple question is this: Can Artemis be configured for a "core bridge" on each server, to know about the other, to send and receive files at each end? The d

Re: Artemis warning AMQ224091 Bridge is unable to connect to destination

2019-06-19 Thread progMetal
Yes. thanks. -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html