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

Re: JMS Bridge implementation question

2019-04-11 Thread Justin Bertram
You've got a couple of options here... The JMS bridge [1] implementation shipped with ActiveMQ Artemis can "push" or "pull" meaning it can consume messages from a local queue and send them to a remote address (that's "push") or it can consume messages from a remote queue and send them to a local a

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